]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25142)
authorInada Naoki <songofacandy@gmail.com>
Fri, 2 Apr 2021 03:53:46 +0000 (12:53 +0900)
committerGitHub <noreply@github.com>
Fri, 2 Apr 2021 03:53:46 +0000 (12:53 +0900)
commit8bbfeb3330c10d52274bb85fce59ae614f0500bf
treee599878998ff1f8b1cf61bce14ff2a2037871a87
parentbef7b26f7229f8b7cde843118a7bc7e2b00f0372
bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25142)

* test__xxsubinterpreters
* test_builtin
* test_doctest
* test_exceptions
* test_opcodes
* test_support
* test_argparse
* test_baseexception
* test_bdb
* test_bool
* test_asdl_parser
Lib/test/test__xxsubinterpreters.py
Lib/test/test_argparse.py
Lib/test/test_baseexception.py
Lib/test/test_bdb.py
Lib/test/test_bool.py
Lib/test/test_builtin.py
Lib/test/test_doctest.py
Lib/test/test_exceptions.py
Lib/test/test_opcodes.py
Lib/test/test_support.py
Parser/asdl.py