This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rittneje
Recipients rittneje
Date 2021-08-16.13:22:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1629120123.92.0.171925756948.issue44925@roundup.psfhosted.org>
In-reply-to
Content
The docs for typing.IO, typing.TextIO, and typing.BinaryIO include a confusing deprecation notice. https://docs.python.org/3/library/typing.html#typing.IO

> Deprecated since version 3.8, will be removed in version 3.12: These types are also in the typing.io namespace, which was never supported by type checkers and will be removed.

As per the discussion on https://github.com/python/typing/issues/834, this deprecation notice only refers to the typing.io package, which is confusing. It would be helpful to rephrase it for clarity.
History
Date User Action Args
2021-08-16 13:22:03rittnejesetrecipients: + rittneje
2021-08-16 13:22:03rittnejesetmessageid: <1629120123.92.0.171925756948.issue44925@roundup.psfhosted.org>
2021-08-16 13:22:03rittnejelinkissue44925 messages
2021-08-16 13:22:03rittnejecreate