commit | 7cd67cc992acb659f1673706e037ee835648d60b | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Tue Sep 09 19:31:25 2008 +0000 |
committer | Georg Brandl <georg@python.org> | Tue Sep 09 19:31:25 2008 +0000 |
tree | 91508295990e666d4405906e4620ae5d8b991f70 | |
parent | 617027fba48e84d09e21f69093754c0db5820006 [diff] [blame] |
Fix formatter usage of filter(). Bug #3800.
diff --git a/Misc/NEWS b/Misc/NEWS index 7dde481..d22d038 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -96,6 +96,8 @@ Library ------- +- Issue #3800: fix filter() related bug in formatter.py. + - Issue #874900: fix behaviour of threading module after a fork. - Issue #3535: zipfile couldn't read some zip files larger than 2GB.