summaryrefslogtreecommitdiffstats
path: root/Lib/test/ann_module3.py
Commit message (Collapse)AuthorAgeFilesLines
* [3.11] gh-108303: Move `ann_module*.py` files to `typinganndata/` folder ↵Victor Stinner2023-09-211-18/+0
| | | | | | | | | (#108354) (#109673) gh-108303: Move `ann_module*.py` files to `typinganndata/` folder (#108354) (cherry picked from commit 3f61cf646d0506baa0c0c2118f05110446519c62) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
* Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.Yury Selivanov2016-09-091-0/+18
Patch by Ivan Levkivskyi.