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 JelleZijlstra
Recipients JelleZijlstra, dgelessus, docs@python, gvanrossum, levkivskyi
Date 2021-05-02.20:39:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619987997.57.0.468181733925.issue38291@roundup.psfhosted.org>
In-reply-to
Content
The documentation (https://docs.python.org/3.10/library/typing.html#typing.BinaryIO) now mentions the typing.io and typing.re namespaces.

I would prefer that they be deprecated and eventually completely removed. They don't work with most static type checkers. https://bugs.python.org/issue42001 makes the same points.
History
Date User Action Args
2021-05-02 20:39:57JelleZijlstrasetrecipients: + JelleZijlstra, gvanrossum, docs@python, levkivskyi, dgelessus
2021-05-02 20:39:57JelleZijlstrasetmessageid: <1619987997.57.0.468181733925.issue38291@roundup.psfhosted.org>
2021-05-02 20:39:57JelleZijlstralinkissue38291 messages
2021-05-02 20:39:57JelleZijlstracreate