commit | 25fcd392aa84cdc156ba4480c7b301809de72984 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Sun Jul 11 17:39:46 2010 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Sun Jul 11 17:39:46 2010 +0000 |
tree | 91e5db73639cbef47ee6ccc7d0506709102bc797 | |
parent | 8e0c9968731ac7f1d94bddff348544c70833b52b [diff] [blame] |
Issue #8974: fix print calls in msgfmt.py.
diff --git a/Misc/NEWS b/Misc/NEWS index 11ccc0e..474ae02 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -1773,7 +1773,7 @@ Tools/Demos ----------- -- Issue #5464: Implement plural forms in msgfmt.py. +- Issue #5464, #8974: Implement plural forms in msgfmt.py. - iobench (a file I/O benchmark) and ccbench (a concurrency benchmark) were added to the `Tools/` directory. They were previously living in the