]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25190)
authorInada Naoki <songofacandy@gmail.com>
Tue, 6 Apr 2021 04:02:22 +0000 (13:02 +0900)
committerGitHub <noreply@github.com>
Tue, 6 Apr 2021 04:02:22 +0000 (13:02 +0900)
commit4663e5f39e9f872dcd69545f293e832d5855d084
treee5c9eda76444f1f89c81bf1ecf05451de8ee4f01
parentfb78692f2ad5ee4747f13a73943fbf134b637669
bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25190)

* Fix test_lzma
* Fix test_mailbox
* Fix test_mimetypes
* Fix test_posix
Lib/test/test_lzma.py
Lib/test/test_mailbox.py
Lib/test/test_mimetypes.py
Lib/test/test_posix.py