summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2010-02-23 06:00:04 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2010-02-23 06:00:04 (GMT)
commit8e615ae3bb6589993316fe960cdf6d710ad5aa66 (patch)
treec528f8c9816e8e4ca02a424665ab1077c7acade7 /Misc
parentc339978b1bbce8f3003f25e79ba0dc2f16c319cb (diff)
downloadcpython-8e615ae3bb6589993316fe960cdf6d710ad5aa66.zip
cpython-8e615ae3bb6589993316fe960cdf6d710ad5aa66.tar.gz
cpython-8e615ae3bb6589993316fe960cdf6d710ad5aa66.tar.bz2
Merged revisions 78367 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r78367 | tarek.ziade | 2010-02-23 00:53:05 -0500 (Tue, 23 Feb 2010) | 1 line fixed #5801: removed spurious empty lines in wsgiref ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index cc37c8c..202c8fd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -254,6 +254,8 @@ C-API
Library
-------
+- Issue #5801: removed spurious empty lines in wsgiref.
+
- Issue #6666: fix bug in trace.py that applied the list of directories
to be ignored only to the first file. Noted by Bogdan Opanchuk.