MaGe Linux Operations
Nov 27, 2020 · Fundamentals
What’s New in Python 3.10? Explore Type Annotations, Union Operator, and More
Python 3.10’s second alpha introduces major enhancements such as expanded type annotations with delayed evaluation, the new ‘|’ union operator, explicit TypeAlias support, a strict mode for zip, int.bit_count() for population count, and mapping views for dictionaries, all aimed at improving code clarity and safety.
PEP 618PythonUnion Operator
0 likes · 7 min read
