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
........
This commit is contained in:
Benjamin Peterson 2010-06-08 14:57:22 +00:00
parent a59bfb3c7d
commit 9530452e7d
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@ Core and Builtins
- 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).