]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-108303: Move all `pydoc` related files to `test_pydoc` (GH-114506) (#115501)
authorNikita Sobolev <mail@sobolevn.me>
Thu, 15 Feb 2024 13:36:10 +0000 (16:36 +0300)
committerGitHub <noreply@github.com>
Thu, 15 Feb 2024 13:36:10 +0000 (16:36 +0300)
commitc3a274b0fe58703e3472098438948b926a7f06b5
treedc17f26e574ad484683e6e58f74329690e2367aa
parent9bb3f565922ecee976d78acaf0eec5250028275e
[3.11] gh-108303: Move all `pydoc` related files to `test_pydoc` (GH-114506) (#115501)

(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