X Tutup
The Wayback Machine - https://web.archive.org/web/20221026002228/https://github.com/python/cpython/pull/25142
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-43651: PEP 597: Fix EncodingWarning in some tests #25142

Merged
merged 6 commits into from Apr 2, 2021

Conversation

methane
Copy link
Member

@methane methane commented Apr 2, 2021

  • test__xxsubinterpreters
  • test_builtin
  • test_doctest
  • test_exceptions
  • test_opcodes
  • test_support
  • test_argparse
  • test_baseexception
  • test_bdb
  • test_bool
  • test_asdl_parser

https://bugs.python.org/issue43651

* test__xxsubinterpreters.py
* test_builtin.py
* test_doctest.py
* test_exceptions.py
* test_opcodes.py
* test_support.py
@methane methane requested a review from isidentical as a code owner Apr 2, 2021
@methane methane merged commit 8bbfeb3 into python:master Apr 2, 2021
10 checks passed
@methane methane deleted the fix-tests branch Apr 2, 2021
@vstinner
Copy link
Member

vstinner commented Apr 2, 2021

Oh, I tried to propose some minor coding styles changes, but then I noticed that you already merged your PR :-) No worry, the PR LGTM ;-)

kreathon pushed a commit to kreathon/cpython that referenced this pull request May 2, 2021
* test__xxsubinterpreters
* test_builtin
* test_doctest
* test_exceptions
* test_opcodes
* test_support
* test_argparse
* test_baseexception
* test_bdb
* test_bool
* test_asdl_parser
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip news tests Tests in the Lib/test dir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants
X Tutup