summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorRobert Collins <rbtcollins@hp.com>2015-07-26 22:42:01 (GMT)
committerRobert Collins <rbtcollins@hp.com>2015-07-26 22:42:01 (GMT)
commitddc7440b0e9fe53e0dfdc4b11db1a61deb694267 (patch)
treebf144617f19301e4e15e881f1e7d4ab7ea238aa4 /Misc/NEWS
parent83236f7a8b638454ea74743e1103faa0545e9a62 (diff)
downloadcpython-ddc7440b0e9fe53e0dfdc4b11db1a61deb694267.zip
cpython-ddc7440b0e9fe53e0dfdc4b11db1a61deb694267.tar.gz
cpython-ddc7440b0e9fe53e0dfdc4b11db1a61deb694267.tar.bz2
Issue #17527: Add PATCH to wsgiref.validator. Patch from Luca Sbardella.
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 b84e38d..2755a39 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -66,6 +66,8 @@ Core and Builtins
Library
-------
+- Issue #17527: Add PATCH to wsgiref.validator. Patch from Luca Sbardella.
+
- Issue #24683: Fixed crashes in _json functions called with arguments of
inappropriate type.