diff options
author | Senthil Kumaran <senthil@uthcode.com> | 2012-07-07 21:29:58 (GMT) |
---|---|---|
committer | Senthil Kumaran <senthil@uthcode.com> | 2012-07-07 21:29:58 (GMT) |
commit | a5e0eaf2e1151b0e800809422a2c567efad9d556 (patch) | |
tree | c6855d94e166d69b3456fb7df52f207c4b55add1 /Misc | |
parent | bc1a7ddc9b3840e0f5c04e4253b7cfcb25d9fb69 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |