Allow exceptions to be directly sliced again
commit0cfc0c4fb89b7d6f0c5fe7df31e55d138af1df7e
authorbrett.cannon <brett.cannon@6015fed2-1504-0410-9fe1-9d1591cc4771>
Wed, 20 Sep 2006 18:43:13 +0000 (20 18:43 +0000)
committerbrett.cannon <brett.cannon@6015fed2-1504-0410-9fe1-9d1591cc4771>
Wed, 20 Sep 2006 18:43:13 +0000 (20 18:43 +0000)
tree486a4731b7627735b6bb1c8d26c01cfcd48d6d43
parentb70cf805f5103b5124ac82b1dd8a1c92759ac233
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 .

git-svn-id: http://svn.python.org/projects/python/trunk@51927 6015fed2-1504-0410-9fe1-9d1591cc4771
Misc/NEWS
Objects/exceptions.c