]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-93099: Fix _pyio to use locale module properly (gh-93136)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 24 May 2022 01:03:37 +0000 (18:03 -0700)
committerGitHub <noreply@github.com>
Tue, 24 May 2022 01:03:37 +0000 (18:03 -0700)
commit97fe65a7bebf0f7acbd8af9537c6f4293301892e
tree4e21d0c11b73f90c9b4d8c5fc06cbff84fc6873b
parentfd35be511a5845e887408189a06513063319f417
gh-93099: Fix _pyio to use locale module properly (gh-93136)

(cherry picked from commit f7fabae75c7b8ecd0c5673b5d62a15db24a05953)

Co-authored-by: Dong-hee Na <donghee.na@python.org>
Lib/_pyio.py
Lib/test/test_io.py