commit | b8708a298e104be12ac6532dafecd81890aacd61 | [log] [tgz] |
---|---|---|
author | Tarek Ziadé <ziade.tarek@gmail.com> | Tue Feb 23 05:53:05 2010 +0000 |
committer | Tarek Ziadé <ziade.tarek@gmail.com> | Tue Feb 23 05:53:05 2010 +0000 |
tree | dd9e08f1d750bcfb0328a190a3ed8f4e3df66b5d | |
parent | 2900c4413b13c81d2974cbe9898edcf4c417a1f6 [diff] [blame] |
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 -----------------