summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2010-06-04 18:14:42 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2010-06-04 18:14:42 (GMT)
commitcb081b838f750a6ea73ef2caf58631e5ed843030 (patch)
treeed37e8b057dedcf55e84373087e2343aae0f3f0c /Misc
parent0b99883547ecf03aad0eff7f2fd4a484215b1c52 (diff)
downloadcpython-cb081b838f750a6ea73ef2caf58631e5ed843030.zip
cpython-cb081b838f750a6ea73ef2caf58631e5ed843030.tar.gz
cpython-cb081b838f750a6ea73ef2caf58631e5ed843030.tar.bz2
Merged revisions 81697 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r81697 | martin.v.loewis | 2010-06-04 20:04:42 +0200 (Fr, 04 Jun 2010) | 2 lines Issue #5464: Implement plural forms in msgfmt.py. ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1bd8a5f..51d1c3f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1548,6 +1548,8 @@ Tests
Tools/Demos
-----------
+- Issue #5464: 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
sandbox.