Skip to content

Conversation

@JelleZijlstra
Copy link
Member

@JelleZijlstra JelleZijlstra commented Feb 16, 2024

Copy link
Member

@AlexWaygood AlexWaygood left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Co-authored-by: Alex Waygood <[email protected]>
@JelleZijlstra JelleZijlstra enabled auto-merge (squash) February 16, 2024 18:35
@JelleZijlstra JelleZijlstra merged commit c01a480 into python:3.11 Feb 16, 2024
@AlexWaygood
Copy link
Member

Should this be forward-ported to Python 3.12?

Python 3.12.2 (v3.12.2:6abddd9f6a, Feb  6 2024, 17:02:06) [Clang 13.0.0 (clang-1300.0.29.30)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import typing
>>> typing.io
<class 'typing.io'>
>>> typing.io.__doc__
<stdin>:1: DeprecationWarning: typing.io is deprecated, import directly from typing instead. typing.io will be removed in Python 3.12.
'Wrapper namespace for IO generic classes.'

(The deprecation warning on Python 3.12 should also probably be updated: it obviously wasn't removed in Python 3.12. But it has been in Python 3.13.)

@JelleZijlstra
Copy link
Member Author

Ah yes, I forgot we didn't remove this in 3.12.

JelleZijlstra added a commit to JelleZijlstra/cpython that referenced this pull request Feb 16, 2024
@bedevere-app
Copy link

bedevere-app bot commented Feb 16, 2024

GH-115574 is a backport of this pull request to the 3.12 branch.

JelleZijlstra added a commit to JelleZijlstra/cpython that referenced this pull request Feb 16, 2024
@JelleZijlstra JelleZijlstra deleted the 311depr branch February 16, 2024 21:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants