]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-138013: Make ``test.test_io`` into a package (#138153)
authorCody Maloney <cmaloney@users.noreply.github.com>
Sun, 31 Aug 2025 19:14:19 +0000 (12:14 -0700)
committerGitHub <noreply@github.com>
Sun, 31 Aug 2025 19:14:19 +0000 (20:14 +0100)
commit15e37ea6b7f7070c112aa3118ba46325c4cfde2c
tree24d6845a8f938ef529f51f80070c303988cd7ed2
parent552cf86b83e8aafebcfe9abbc77101bdbfda14c8
gh-138013: Make ``test.test_io`` into a package (#138153)
Lib/test/test_io/__init__.py [new file with mode: 0644]
Lib/test/test_io/__main__.py [new file with mode: 0644]
Lib/test/test_io/test_general.py [moved from Lib/test/test_io.py with 99% similarity]
Makefile.pre.in