diff options
author | Eric Smith <eric@trueblade.com> | 2009-04-03 22:25:33 (GMT) |
---|---|---|
committer | Eric Smith <eric@trueblade.com> | 2009-04-03 22:25:33 (GMT) |
commit | 1e1d7d2b4f1fc9665522a29d11d1cd55848eb253 (patch) | |
tree | 69711c47f1c4bf52c66ccb1ecb8f70b0bfcb0fd8 /Misc | |
parent | 8d55a9e8dd8278ad503899c30da8cc7606b30bc7 (diff) | |
download | cpython-1e1d7d2b4f1fc9665522a29d11d1cd55848eb253.zip cpython-1e1d7d2b4f1fc9665522a29d11d1cd55848eb253.tar.gz cpython-1e1d7d2b4f1fc9665522a29d11d1cd55848eb253.tar.bz2 |
Added Misc/NEWS entry for PEP 378.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |