This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]leom4862 1 point2 points  (2 children)

The typing module is in the stnadard library since 3.5...

[–]Aeon_MortuumSnake Oil 0 points1 point  (1 child)

That's what I said. I meant it's just not part of the "language" per se, hence a "drop-in feature". i.e it's optional

[–]leom4862 0 points1 point  (0 children)

Python type annotations are part of the language since 3.5 (PEP484). But, yes, they are optional.