Merged revisions 76308 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r76308 | mark.dickinson | 2009-11-15 16:18:58 +0000 (Sun, 15 Nov 2009) | 3 lines

  Issue #7228:  Add '%lld' and '%llu' support to PyFormat_FromString,
  PyFormat_FromStringV and PyErr_Format.
........
diff --git a/Misc/NEWS b/Misc/NEWS
index 289a64c..42d1d46 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -110,6 +110,9 @@
 C-API
 -----
 
+- Issue #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
   in PEP 3123).  The PyDescr_TYPE and PyDescr_NAME macros should be
   should used for accessing the d_type and d_name members of structures