]> granicus.if.org Git - python/commitdiff
Added Misc/NEWS entry for PEP 378.
authorEric Smith <eric@trueblade.com>
Fri, 3 Apr 2009 22:25:33 +0000 (22:25 +0000)
committerEric Smith <eric@trueblade.com>
Fri, 3 Apr 2009 22:25:33 +0000 (22:25 +0000)
Misc/NEWS

index 6618a154e1c1e8c6134c7029634b30d1cc82b2a6..5b4282aa1de4cfee0f706a949c4be495a85b1f2c 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -11,6 +11,8 @@ What's New in Python 3.1 alpha 2?
 
 Core and Builtins
 -----------------
+- Implement PEP 378, Format Specifier for Thousands Separator, for
+  integers.
 
 - Issue #5666: Py_BuildValue's 'c' code should create byte strings.