From 26285909708252b50f589186e991e6e93677a80b Mon Sep 17 00:00:00 2001 From: Mark Dickinson Date: Fri, 4 Dec 2009 11:30:16 +0000 Subject: [PATCH] Add missing issue number in Misc/NEWS entry. --- Misc/NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS b/Misc/NEWS index 2b49a3ab95..d3761babd6 100644 --- 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 -- 2.50.1