From 1e1d7d2b4f1fc9665522a29d11d1cd55848eb253 Mon Sep 17 00:00:00 2001 From: Eric Smith Date: Fri, 3 Apr 2009 22:25:33 +0000 Subject: Added Misc/NEWS entry for PEP 378. --- Misc/NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 6618a15..5b4282a 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. -- cgit v0.12