Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. |