Skip to content

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

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

Merged
merged 18 commits into from
Apr 4, 2021

Conversation

methane
Copy link
Member

@methane methane commented Apr 2, 2021

  • test_asyncio
  • test_bz2
  • test_math
  • test_cmath
  • test_cmd_line
  • test_cmd_line_script
  • test_compile
  • test_contextlib
  • test_profile
  • ctypes/test/test_find
  • test_multiprocessing
  • test_configparser
  • test_csv
  • test_dbm_dumb
  • test_decimal
  • test_difflib
  • os.fdopen() calls io.text_encoding() to emit EncodingWarning for right place.

https://bugs.python.org/issue43651

@methane methane requested a review from rhettinger as a code owner April 3, 2021 00:03
@rhettinger rhettinger removed their request for review April 3, 2021 22:17
@methane methane merged commit 35715d1 into python:master Apr 4, 2021
@methane methane deleted the fix-tests2 branch April 4, 2021 00:01
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.

3 participants