Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-44490: Improve typing module compatibility with types.Union (GH-27048) ↵ | Ken Jin | 2021-07-19 | 1 | -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 ↵ | benedwards14 | 2019-11-21 | 1 | -0/+7 |
| | | | | | | (GH-17126) https://bugs.python.org/issue37838 | ||||
* | Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations. | Yury Selivanov | 2016-09-09 | 1 | -0/+53 |
Patch by Ivan Levkivskyi. |