[Python-checkins] r76670 - in python/branches/py3k: Misc/NEWS

mark.dickinson python-checkins at python.org
Fri Dec 4 12:32:26 CET 2009


Author: mark.dickinson
Date: Fri Dec  4 12:32:26 2009
New Revision: 76670

Log:
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.
........


Modified:
   python/branches/py3k/   (props changed)
   python/branches/py3k/Misc/NEWS

Modified: python/branches/py3k/Misc/NEWS
==============================================================================
--- python/branches/py3k/Misc/NEWS	(original)
+++ python/branches/py3k/Misc/NEWS	Fri Dec  4 12:32:26 2009
@@ -124,7 +124,7 @@
 - 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


More information about the Python-checkins mailing list