From: Eric Smith Date: Fri, 3 Apr 2009 22:25:33 +0000 (+0000) Subject: Added Misc/NEWS entry for PEP 378. X-Git-Tag: v3.1a2~45 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1e1d7d2b4f1fc9665522a29d11d1cd55848eb253;p=thirdparty%2FPython%2Fcpython.git Added Misc/NEWS entry for PEP 378. --- diff --git a/Misc/NEWS b/Misc/NEWS index 6618a154e1c1..5b4282aa1de4 100644 --- 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.