summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2015-10-19 21:55:47 (GMT)
committerGuido van Rossum <guido@python.org>2015-10-19 21:55:47 (GMT)
commitca636eac88c2653fafedf063b7cac4924330e966 (patch)
tree96c015f3300cc5c19524d620444e2148ae2ad7b0 /Misc/NEWS
parent460b38151f4eb9302adac022166acadf6e4a221f (diff)
downloadcpython-ca636eac88c2653fafedf063b7cac4924330e966.zip
cpython-ca636eac88c2653fafedf063b7cac4924330e966.tar.gz
cpython-ca636eac88c2653fafedf063b7cac4924330e966.tar.bz2
Issue #25390: typing: Don't crash on Union[str, Pattern].
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 658c918..70b03ee 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -45,6 +45,8 @@ Core and Builtins
Library
-------
+- Issue #25390: typing: Don't crash on Union[str, Pattern].
+
- Issue #25441: asyncio: Raise error from drain() when socket is closed.
- Issue #25410: Cleaned up and fixed minor bugs in C implementation of