Merged revisions 76668 via svnmerge from

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.
........
This commit is contained in:
Mark Dickinson 2009-12-04 11:32:26 +00:00
parent c94d2d274d
commit 0b2b23253b
1 changed files with 1 additions and 1 deletions

View File

@ -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