]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-108303: Move `ann_module*.py` files to `typinganndata/` folder (GH-108354...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 2 Oct 2023 15:10:33 +0000 (08:10 -0700)
committerGitHub <noreply@github.com>
Mon, 2 Oct 2023 15:10:33 +0000 (17:10 +0200)
commitb153cab6d8f32fb62778ea55ffb9c4df40da91e8
tree8636cde22b841c062c6c807074375c2487ad4720
parent1dfb41d2626e489e0b4bd2d56dc804a350a2f58d
[3.12] gh-108303: Move `ann_module*.py` files to `typinganndata/` folder (GH-108354) (#109672)

gh-108303: Move `ann_module*.py` files to `typinganndata/` folder (GH-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]