[issue40979] typing module docs: keep text, add subsections
Luciano Ramalho
report at bugs.python.org
Mon Jul 20 21:36:03 EDT 2020
Luciano Ramalho <luciano at ramalho.org> added the comment:
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."
----------
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40979>
_______________________________________
More information about the Python-bugs-list
mailing list