[Python-checkins] r76668 - python/trunk/Misc/NEWS

mark.dickinson python-checkins at python.org
Fri Dec 4 12:30:16 CET 2009


Author: mark.dickinson
Date: Fri Dec  4 12:30:16 2009
New Revision: 76668

Log:
Add missing issue number in Misc/NEWS entry.

Modified:
   python/trunk/Misc/NEWS

Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Fri Dec  4 12:30:16 2009
@@ -1576,7 +1576,7 @@
 C-API
 -----
 
-- Issue #Add '%lld' and '%llu' support to PyString_FromFormat(V)
+- Issue #7228: Add '%lld' and '%llu' support to PyString_FromFormat(V)
   and PyErr_Format, on machines with HAVE_LONG_LONG defined.
 
 - Add new C-API function PyOS_string_to_double, and deprecated


More information about the Python-checkins mailing list