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 rhettinger
Recipients BreamoreBoy, neologix, ocean-city, rhettinger, vstinner
Date 2011-06-02.18:11:00
SpamBayes Score 4.4714212e-05
Marked as misclassified No
Message-id <1307038261.31.0.0142041813266.issue5384@psf.upfronthosting.co.za>
In-reply-to
Content
It is uncomfortable changing exception types have been a published API for over a decade, so I'll leave this one open for a bit so that others can comment.

Most of the changes in the patch are correct and match their counterparts for lists and strings.  The TypeError for slice deletion was correct as-is (it matches del 'abc'[1]).  The IndexError on slice assignment may be correct as-is (I'll do more research).  The from ValueError to SystemError is questionable.  Otherwise, the patch looks to be mostly correct (I'll give it a more thorough review later).
History
Date User Action Args
2011-06-02 18:11:01rhettingersetrecipients: + rhettinger, vstinner, ocean-city, neologix, BreamoreBoy
2011-06-02 18:11:01rhettingersetmessageid: <1307038261.31.0.0142041813266.issue5384@psf.upfronthosting.co.za>
2011-06-02 18:11:00rhettingerlinkissue5384 messages
2011-06-02 18:11:00rhettingercreate