]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43651: Fix EncodingWarning in `os.fdopen()` and test_os (GH-25654)
authorInada Naoki <songofacandy@gmail.com>
Thu, 29 Apr 2021 02:35:36 +0000 (11:35 +0900)
committerGitHub <noreply@github.com>
Thu, 29 Apr 2021 02:35:36 +0000 (11:35 +0900)
commita69256527f93d2aa32e76658deab829e324d97b6
tree64ac0ac29ea6df144a25a1aa6c8396b1413c373b
parentfa51c0c448aca9fe5d4e8bc02e71de528931778b
bpo-43651: Fix EncodingWarning in `os.fdopen()` and test_os (GH-25654)
Lib/os.py
Lib/test/test_os.py