summaryrefslogtreecommitdiffstats
path: root/Lib/test/ann_module.py
Commit message (Collapse)AuthorAgeFilesLines
* bpo-44490: Improve typing module compatibility with types.Union (GH-27048) ↵Ken Jin2021-07-191-0/+2
| | | | | | | (#27222) (cherry picked from commit bf89ff96e6ba21bb52b8597b5e51e8ffc57e6589) Co-authored-by: Yurii Karabas <1998uriyyo@gmail.com>
* 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.