summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorIvan Levkivskyi <levkivskyi@gmail.com>2017-11-26 22:23:02 (GMT)
committerMariatta <Mariatta@users.noreply.github.com>2017-11-26 22:23:02 (GMT)
commit0cd2e81bea639828d7c9a7afc61fb1da9699492c (patch)
tree86c37c94eb73f84c24bd2e91c7e85542191b3c47 /Misc
parentd8d6b9122134f040cd5a4f15f40f6c9e3386db4d (diff)
downloadcpython-0cd2e81bea639828d7c9a7afc61fb1da9699492c.zip
cpython-0cd2e81bea639828d7c9a7afc61fb1da9699492c.tar.gz
cpython-0cd2e81bea639828d7c9a7afc61fb1da9699492c.tar.bz2
bpo-29879: Update typing documentation. (GH-4573)
- Add "version added: 3.5.2" note where it was missing. - Remove the mention that Reversible is new in 3.5.2
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/3.5.2rc1.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS.d/3.5.2rc1.rst b/Misc/NEWS.d/3.5.2rc1.rst
index c33dcb2..caed84a 100644
--- a/Misc/NEWS.d/3.5.2rc1.rst
+++ b/Misc/NEWS.d/3.5.2rc1.rst
@@ -420,7 +420,7 @@ patch by ingrid.
.. section: Library
A new version of typing.py provides several new classes and features:
-@overload outside stubs, Reversible, DefaultDict, Text, ContextManager,
+@overload outside stubs, DefaultDict, Text, ContextManager,
Type[], NewType(), TYPE_CHECKING, and numerous bug fixes (note that some of
the new features are not yet implemented in mypy or other static analyzers).
Also classes for PEP 492 (Awaitable, AsyncIterable, AsyncIterator) have been