PEP 484: Remove mention of typing.io and .re (#821)

This commit is contained in:
Sebastian Rittau 2018-10-29 17:36:42 +01:00 committed by Ivan Levkivskyi
parent 93ce3a7294
commit cd1efca559
1 changed files with 2 additions and 2 deletions

View File

@ -2057,7 +2057,7 @@ Convenience definitions:
* TYPE_CHECKING, ``False`` at runtime but ``True`` to type checkers
Types available in the ``typing.io`` submodule:
I/O releated types:
* IO (generic over ``AnyStr``)
@ -2065,7 +2065,7 @@ Types available in the ``typing.io`` submodule:
* TextIO (a simple subtype of ``IO[str]``)
Types available in the ``typing.re`` submodule:
Types related to regular expressions and the ``re`` module:
* Match and Pattern, types of ``re.match()`` and ``re.compile()``
results (generic over ``AnyStr``)