]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46522: fix concurrent.futures and io AttributeError messages (GH-30887)
authorThomas Grainger <tagrain@gmail.com>
Wed, 23 Feb 2022 00:25:00 +0000 (00:25 +0000)
committerGitHub <noreply@github.com>
Wed, 23 Feb 2022 00:25:00 +0000 (02:25 +0200)
commit9b12b1b803d7b73640ab637a74a6f35f3fe9db21
tree0cff9cacfc8102e694d6e47bf0301574700e0346
parent1f455361ecfb1892e375bdbee813cdf095b6cfb8
bpo-46522: fix concurrent.futures and io AttributeError messages (GH-30887)

Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
Lib/_pyio.py
Lib/concurrent/futures/__init__.py
Lib/io.py
Misc/NEWS.d/next/Library/2022-01-25-15-31-04.bpo-46522.tYAlX4.rst [new file with mode: 0644]