]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25171)
authorInada Naoki <songofacandy@gmail.com>
Sun, 4 Apr 2021 08:01:10 +0000 (17:01 +0900)
committerGitHub <noreply@github.com>
Sun, 4 Apr 2021 08:01:10 +0000 (17:01 +0900)
commit3caea9adda7f79ab5d4c5a1905ca62b44e0b3b7b
tree78737e7113e2b0a6fd07f20e7a7b751338293615
parentf8775e4f72240faba3947eea8efdd83ee56ae1fd
bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25171)

* Fix test_float
* Fix _osx_support
* Fix test_fstring
* Fix test_gc
* Fix test_gzip
* Fix test_hashlib
* Fix unrelated whitespace issue

Co-authored-by: Ned Deily <nad@python.org>
Lib/_osx_support.py
Lib/test/test_float.py
Lib/test/test_fstring.py
Lib/test/test_gc.py
Lib/test/test_gzip.py
Lib/test/test_hashlib.py