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 rohitkg98
Recipients rohitkg98
Date 2020-10-10.19:02:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1602356571.41.0.0517302628029.issue42001@roundup.psfhosted.org>
In-reply-to
Content
The `typing` module has a wrapper namespace in it called `typing.io` which contain I/O stream types.

These types are now a part of the `typing` module itself.

While we are at it, should we also deprecate `typing.re`?
History
Date User Action Args
2020-10-10 19:02:51rohitkg98setrecipients: + rohitkg98
2020-10-10 19:02:51rohitkg98setmessageid: <1602356571.41.0.0517302628029.issue42001@roundup.psfhosted.org>
2020-10-10 19:02:51rohitkg98linkissue42001 messages
2020-10-10 19:02:50rohitkg98create