]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-108303: Move all `pydoc` related files to `test_pydoc` (GH-114506) (#115502)
authorNikita Sobolev <mail@sobolevn.me>
Thu, 15 Feb 2024 13:35:56 +0000 (16:35 +0300)
committerGitHub <noreply@github.com>
Thu, 15 Feb 2024 13:35:56 +0000 (16:35 +0300)
commit9bc32cdc363dfa00293917be3d694df8fa7f7007
tree74d091354d495e17b68f1e26f91002e428a18d80
parent0e4f73b8e457b1efa57b735205e8e85a3d11d9f2
[3.12] gh-108303: Move all `pydoc` related files to `test_pydoc` (GH-114506) (#115502)

(cherry picked from commit ccc76c3e88647e416184bb1f5210b4e8946ae358)
Lib/pydoc.py
Lib/test/libregrtest/findtests.py
Lib/test/test_pydoc/__init__.py [new file with mode: 0644]
Lib/test/test_pydoc/pydoc_mod.py [moved from Lib/test/pydoc_mod.py with 100% similarity]
Lib/test/test_pydoc/pydocfodder.py [moved from Lib/test/pydocfodder.py with 100% similarity]
Lib/test/test_pydoc/test_pydoc.py [moved from Lib/test/test_pydoc.py with 98% similarity]
Makefile.pre.in