Raymond Hettinger <raymond.hettin...@gmail.com> added the comment:

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).

----------
assignee:  -> rhettinger
nosy: +rhettinger
priority: normal -> low

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue5384>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to