fixed #5801: removed spurious empty lines in wsgiref
diff --git a/Misc/NEWS b/Misc/NEWS
index c3cf9b5..1345a56 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -48,6 +48,8 @@
 - Issue #7588: ``unittest.TextTestResult.getDescription`` now includes the test
   name in failure reports even if the test has a docstring.
 
+- Issue #5801: removed spurious empty lines in wsgiref.
+
 Extension Modules
 -----------------