[Python-checkins] r81836 - in python/branches/release26-maint: Misc/NEWS

benjamin.peterson python-checkins at python.org
Tue Jun 8 16:58:25 CEST 2010


Author: benjamin.peterson
Date: Tue Jun  8 16:58:25 2010
New Revision: 81836

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/release26-maint/   (props changed)
   python/branches/release26-maint/Misc/NEWS

Modified: python/branches/release26-maint/Misc/NEWS
==============================================================================
--- python/branches/release26-maint/Misc/NEWS	(original)
+++ python/branches/release26-maint/Misc/NEWS	Tue Jun  8 16:58:25 2010
@@ -18,8 +18,8 @@
   when turned into an exception: in this case the exception simply
   gets ignored.
 
-- In the unicode/str.format(), raise a ValueError when either indexes to
-  arguments are too large.
+- In the unicode/str.format(), raise a ValueError when indexes to arguments are
+  too large.
 
 - Issue #3798: Write sys.exit() message to sys.stderr to use stderr encoding
   and error handler, instead of writing to the C stderr file in utf-8


More information about the Python-checkins mailing list