]> granicus.if.org Git - python/commit
Allow exceptions to be directly sliced again
authorBrett Cannon <bcannon@gmail.com>
Wed, 20 Sep 2006 18:43:13 +0000 (18:43 +0000)
committerBrett Cannon <bcannon@gmail.com>
Wed, 20 Sep 2006 18:43:13 +0000 (18:43 +0000)
commitf6aa86e33ba5b29ff9bd442e80e196746b5d2424
treec18f8bff130bd21d2664910a06d303e8282bcb1f
parent9adeab7b967069b2722c8a163f3404616b62b8e2
Allow exceptions to be directly sliced again
(e.g., ``BaseException(1,2,3)[0:2]``).

Discovered in Python 2.5.0 by Thomas Heller and reported to python-dev.  This
should be backported to 2.5 .
Misc/NEWS
Objects/exceptions.c