summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2014-07-02 05:37:22 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2014-07-02 05:37:22 (GMT)
commit3e887222aa758ac5a3fb61c8e77e909372462d00 (patch)
treef9f849ce560197cb1de6bffb09be692c3cae0e1f /Misc
parent09db75fcd64ea5056622ae744d31f494e719cd19 (diff)
downloadcpython-3e887222aa758ac5a3fb61c8e77e909372462d00.zip
cpython-3e887222aa758ac5a3fb61c8e77e909372462d00.tar.gz
cpython-3e887222aa758ac5a3fb61c8e77e909372462d00.tar.bz2
Issue #5800: headers parameter of wsgiref.headers.Headers is now optional.
Patch by Pablo Torres Navarrete and SilentGhost.
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 ad521b5..0428775 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -103,6 +103,9 @@ Core and Builtins
Library
-------
+- Issue #5800: headers parameter of wsgiref.headers.Headers is now optional.
+ Initial patch by Pablo Torres Navarrete and SilentGhost.
+
- Issue #21781: ssl.RAND_add() now supports strings longer than 2 GB.
- Issue #21679: Prevent extraneous fstat() calls during open(). Patch by