[Python-checkins] r71110 - python/branches/py3k/Misc/NEWS

eric.smith python-checkins at python.org
Sat Apr 4 00:25:33 CEST 2009


Author: eric.smith
Date: Sat Apr  4 00:25:33 2009
New Revision: 71110

Log:
Added Misc/NEWS entry for PEP 378.

Modified:
   python/branches/py3k/Misc/NEWS

Modified: python/branches/py3k/Misc/NEWS
==============================================================================
--- python/branches/py3k/Misc/NEWS	(original)
+++ python/branches/py3k/Misc/NEWS	Sat Apr  4 00:25:33 2009
@@ -11,6 +11,8 @@
 
 Core and Builtins
 -----------------
+- Implement PEP 378, Format Specifier for Thousands Separator, for
+  integers.
 
 - Issue #5666: Py_BuildValue's 'c' code should create byte strings.
 


More information about the Python-checkins mailing list