Settings

Theme

Python 3.14 Pre-Release

docs.python.org

5 points by tipsytoad a year ago · 2 comments

Reader

zahlman a year ago

> The annotations on functions, classes, and modules are no longer evaluated eagerly. Instead, annotations are stored in special-purpose annotate functions and evaluated only when necessary. This is specified in PEP 649 and PEP 749.

FWIW, these "annotate functions" are named `__annotate__` per my suggestion (https://discuss.python.org/t/_/25672/4).

theandrewbailey a year ago

Pi-thon

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection