[Python-checkins] cpython (3.5): Omnibus news entry for updates to typing.py.

guido.van.rossum python-checkins at python.org
Wed Jun 8 14:33:54 EDT 2016


https://hg.python.org/cpython/rev/640c0b6a273d
changeset:   101808:640c0b6a273d
branch:      3.5
parent:      101806:d11082567e76
user:        Guido van Rossum <guido at python.org>
date:        Wed Jun 08 11:30:48 2016 -0700
summary:
  Omnibus news entry for updates to typing.py.

files:
  Misc/NEWS |  8 ++++++++
  1 files changed, 8 insertions(+), 0 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -131,6 +131,14 @@
 Library
 -------
 
+- A new version of typing.py provides several new classes and
+  features: @overload outside stubs, Reversible, 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 added (in fact
+  they made it into 3.5.1 but were never mentioned).
+
 - Issue #25738: Stop http.server.BaseHTTPRequestHandler.send_error() from
   sending a message body for 205 Reset Content.  Also, don't send Content
   header fields in responses that don't have a body.  Patch by Susumu

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list