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

benjamin.peterson python-checkins at python.org
Tue Jun 8 16:57:22 CEST 2010


Author: benjamin.peterson
Date: Tue Jun  8 16:57:22 2010
New Revision: 81835

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

........
  r81834 | benjamin.peterson | 2010-06-08 09:53:29 -0500 (Tue, 08 Jun 2010) | 1 line
  
  kill extra word
........


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	Tue Jun  8 16:57:22 2010
@@ -15,8 +15,8 @@
 - Issue #8837: Remove "O?" format of PyArg_Parse*() functions. The format is no
   used anymore and it was never documented.
 
-- In the str.format(), raise a ValueError when either indexes to arguments are
-  too large.
+- In the str.format(), raise a ValueError when indexes to arguments are too
+  large.
 
 - Issue #2844: Make int('42', n) consistently raise ValueError for
   invalid integers n (including n = -909).


More information about the Python-checkins mailing list