This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients Paul.Upchurch, eric.araujo, hynek, mark.dickinson, ned.deily, python-dev, serhiy.storchaka
Date 2012-11-10.14:52:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3XzLmn3w1pzPkD@mail.python.org>
In-reply-to
Content
New changeset 9214f8440c44 by Mark Dickinson in branch 'default':
Issue #14794: slice.indices no longer returns OverflowError for out-of-range start, stop, step or length.
http://hg.python.org/cpython/rev/9214f8440c44
History
Date User Action Args
2012-11-10 14:52:26python-devsetrecipients: + python-dev, mark.dickinson, ned.deily, eric.araujo, hynek, Paul.Upchurch, serhiy.storchaka
2012-11-10 14:52:26python-devlinkissue14794 messages
2012-11-10 14:52:26python-devcreate