]> granicus.if.org Git - python/commitdiff
Merged revisions 76668 via svnmerge from
authorMark Dickinson <dickinsm@gmail.com>
Fri, 4 Dec 2009 11:32:26 +0000 (11:32 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Fri, 4 Dec 2009 11:32:26 +0000 (11:32 +0000)
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r76668 | mark.dickinson | 2009-12-04 11:30:16 +0000 (Fri, 04 Dec 2009) | 1 line

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

Misc/NEWS

index 4c7cb42dbb63915a43cdc48b20905b4f79d65b57..06075e99a814e5ebd41707222c4d06564715b635 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -124,7 +124,7 @@ C-API
 - Issue #7414: 'C' code wasn't being skipped properly (for keyword arguments)
   in PyArg_ParseTupleAndKeywords.
 
-- 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.
 
 - Issue #6151: Made PyDescr_COMMON conform to standard C (like PyObject_HEAD