summaryrefslogtreecommitdiffstats
path: root/Lib/test/ann_module.py
Commit message (Collapse)AuthorAgeFilesLines
* bpo-44490: Improve typing module compatibility with types.Union (GH-27048)Yurii Karabas2021-07-171-0/+2
|
* bpo-37838: get_type_hints for wrapped functions with forward reference ↵benedwards142019-11-211-0/+7
| | | | | | (GH-17126) https://bugs.python.org/issue37838
* Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.Yury Selivanov2016-09-091-0/+53
Patch by Ivan Levkivskyi.