summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2014-09-18 00:42:05 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2014-09-18 00:42:05 (GMT)
commit87538e7bc46885d2ad2cce423603b45d182d6d40 (patch)
tree732e291a58b2eeedab44f04d9b9f504a5960ae68 /Misc
parent605a64b4360c552b20fc74d1ab51dd5bdd98e1ae (diff)
parentcb0a006fd11c06178a656cfdc6390b197b22fc67 (diff)
downloadcpython-87538e7bc46885d2ad2cce423603b45d182d6d40.zip
cpython-87538e7bc46885d2ad2cce423603b45d182d6d40.tar.gz
cpython-87538e7bc46885d2ad2cce423603b45d182d6d40.tar.bz2
Issue #4180: The warnings registries are now reset when the filters are modified.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 67f0e2a..6bb5b27 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -132,6 +132,9 @@ Core and Builtins
Library
-------
+- Issue #4180: The warnings registries are now reset when the filters
+ are modified.
+
- Issue #22419: Limit the length of incoming HTTP request in wsgiref server to
65536 bytes and send a 414 error code for higher lengths. Patch contributed
by Devin Cook.