]> granicus.if.org Git - python/commitdiff
Add missing issue number in Misc/NEWS entry.
authorMark Dickinson <dickinsm@gmail.com>
Fri, 4 Dec 2009 11:30:16 +0000 (11:30 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Fri, 4 Dec 2009 11:30:16 +0000 (11:30 +0000)
Misc/NEWS

index 2b49a3ab9500ac460fd7853e0851e268e3e42673..d3761babd66f38f6534cb48413323892a4a452f9 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1576,7 +1576,7 @@ Documentation
 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