commit | 13e934acc0b96a41d101674959b19df2a7a718b4 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Mon Jun 07 22:23:23 2010 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Mon Jun 07 22:23:23 2010 +0000 |
tree | 54a5d9fbeb9985a2821e63c0367504d7f6338697 | |
parent | 0b41707dde35b1357427a8109fba10f9e92139b6 [diff] [blame] |
correctly overflow when indexes are too large
diff --git a/Misc/NEWS b/Misc/NEWS index dfdda16..4424228 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,9 @@ Core and Builtins ----------------- +- In the unicode/str.format(), raise a ValueError when either indexes to + arguments are too large. + Library -------