Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fda4d67

Browse files
committed
Omnibus news entry for updates to typing.py.
1 parent 91185fe commit fda4d67

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Misc/NEWS

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,14 @@ Core and Builtins
131131
Library
132132
-------
133133

134+
- A new version of typing.py provides several new classes and
135+
features: @overload outside stubs, Reversible, DefaultDict, Text,
136+
ContextManager, Type[], NewType(), TYPE_CHECKING, and numerous bug
137+
fixes (note that some of the new features are not yet implemented in
138+
mypy or other static analyzers). Also classes for PEP 492
139+
(Awaitable, AsyncIterable, AsyncIterator) have been added (in fact
140+
they made it into 3.5.1 but were never mentioned).
141+
134142
- Issue #25738: Stop http.server.BaseHTTPRequestHandler.send_error() from
135143
sending a message body for 205 Reset Content. Also, don't send Content
136144
header fields in responses that don't have a body. Patch by Susumu

0 commit comments

Comments
 (0)