]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-108303: Move `ann_module*.py` files to `typinganndata/` folder (#108354...
authorVictor Stinner <vstinner@python.org>
Thu, 21 Sep 2023 18:18:39 +0000 (20:18 +0200)
committerGitHub <noreply@github.com>
Thu, 21 Sep 2023 18:18:39 +0000 (18:18 +0000)
commite59ee6c59e8894f96907240c0b4a17a97178780d
tree164dcde48c0e04496fd06bac7bd833559f33b3a8
parent3ba4dfe9cd2587a891d6059553992f46e35db114
[3.11] gh-108303: Move `ann_module*.py` files to `typinganndata/` folder (#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>
13 files changed:
Lib/test/test_grammar.py
Lib/test/test_inspect.py
Lib/test/test_module/__init__.py
Lib/test/test_opcodes.py
Lib/test/test_typing.py
Lib/test/typinganndata/ann_module.py [moved from Lib/test/ann_module.py with 100% similarity]
Lib/test/typinganndata/ann_module2.py [moved from Lib/test/ann_module2.py with 100% similarity]
Lib/test/typinganndata/ann_module3.py [moved from Lib/test/ann_module3.py with 100% similarity]
Lib/test/typinganndata/ann_module4.py [moved from Lib/test/ann_module4.py with 100% similarity]
Lib/test/typinganndata/ann_module5.py [moved from Lib/test/ann_module5.py with 100% similarity]
Lib/test/typinganndata/ann_module6.py [moved from Lib/test/ann_module6.py with 100% similarity]
Lib/test/typinganndata/ann_module7.py [moved from Lib/test/ann_module7.py with 100% similarity]
Lib/test/typinganndata/ann_module8.py [moved from Lib/test/ann_module8.py with 100% similarity]