Add missing issue number in Misc/NEWS entry.

This commit is contained in:
Mark Dickinson 2009-12-04 11:30:16 +00:00
parent 1691025ff2
commit 2628590970
1 changed files with 1 additions and 1 deletions

View File

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