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
........
diff --git a/Misc/NEWS b/Misc/NEWS
index cc37c8c..202c8fd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -254,6 +254,8 @@
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.