diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2009-12-04 11:30:16 (GMT) |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2009-12-04 11:30:16 (GMT) |
commit | 26285909708252b50f589186e991e6e93677a80b (patch) | |
tree | 3be459e77ff015da790345d31b423efa7f9acaf3 | |
parent | 1691025ff2f9074ab5eedff17a030e3127eb55b8 (diff) | |
download | cpython-26285909708252b50f589186e991e6e93677a80b.zip cpython-26285909708252b50f589186e991e6e93677a80b.tar.gz cpython-26285909708252b50f589186e991e6e93677a80b.tar.bz2 |
Add missing issue number in Misc/NEWS entry.
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |