diff options
author | Georg Brandl <georg@python.org> | 2008-09-09 19:31:25 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-09-09 19:31:25 (GMT) |
commit | 7cd67cc992acb659f1673706e037ee835648d60b (patch) | |
tree | 91508295990e666d4405906e4620ae5d8b991f70 /Misc | |
parent | 617027fba48e84d09e21f69093754c0db5820006 (diff) | |
download | cpython-7cd67cc992acb659f1673706e037ee835648d60b.zip cpython-7cd67cc992acb659f1673706e037ee835648d60b.tar.gz cpython-7cd67cc992acb659f1673706e037ee835648d60b.tar.bz2 |
Fix formatter usage of filter(). Bug #3800.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -96,6 +96,8 @@ C API 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. |