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 ramalho
Recipients docs@python, python-dev, ramalho, rhettinger
Date 2020-07-21.01:36:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1595295363.81.0.160604868263.issue40979@roundup.psfhosted.org>
In-reply-to
Content
Reviewers, besides adding section titles and reordering the entries, I made only these changes to the text:

- entry for IO, TextIO, BinaryIO: added sentence "These types are in the ``typing.io`` namespace."

- entry for Pattern, Match: added sentence "These types are in the ``typing.re`` namespace."

- entry for TypedDict: removed the words "equivalent to" from the sentence "At runtime it is <equivalent to> a plain dict."
History
Date User Action Args
2020-07-21 01:36:03ramalhosetrecipients: + ramalho, rhettinger, docs@python, python-dev
2020-07-21 01:36:03ramalhosetmessageid: <1595295363.81.0.160604868263.issue40979@roundup.psfhosted.org>
2020-07-21 01:36:03ramalholinkissue40979 messages
2020-07-21 01:36:03ramalhocreate