diff options
author | Robert Collins <rbtcollins@hp.com> | 2015-07-26 22:42:01 (GMT) |
---|---|---|
committer | Robert Collins <rbtcollins@hp.com> | 2015-07-26 22:42:01 (GMT) |
commit | ddc7440b0e9fe53e0dfdc4b11db1a61deb694267 (patch) | |
tree | bf144617f19301e4e15e881f1e7d4ab7ea238aa4 /Misc/NEWS | |
parent | 83236f7a8b638454ea74743e1103faa0545e9a62 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |