summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2012-07-07 21:29:58 (GMT)
committerSenthil Kumaran <senthil@uthcode.com>2012-07-07 21:29:58 (GMT)
commita5e0eaf2e1151b0e800809422a2c567efad9d556 (patch)
treec6855d94e166d69b3456fb7df52f207c4b55add1 /Misc
parentbc1a7ddc9b3840e0f5c04e4253b7cfcb25d9fb69 (diff)
downloadcpython-a5e0eaf2e1151b0e800809422a2c567efad9d556.zip
cpython-a5e0eaf2e1151b0e800809422a2c567efad9d556.tar.gz
cpython-a5e0eaf2e1151b0e800809422a2c567efad9d556.tar.bz2
Fix 5931 - Python runtime hardcoded in wsgiref.simple_server - Now it specifies an implementation specific term.
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 aeca714..0e43c5f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -23,6 +23,9 @@ Core and Builtins
Library
-------
+- Issue #5931: wsgiref environ variable SERVER_SOFTWARE will specify an
+ implementation specific term like Cpython, Jython instead of generic "Python"
+
- Issue #13248: Remove obsolete argument "max_buffer_size" of BufferedWriter
and BufferedRWPair, from the io module.