[issue12606] Mutable Sequence Type works different for lists and bytearrays in slice[i:j:k]

2015-04-19 Thread Siegfried Gevatter
Siegfried Gevatter added the comment: Thomas, could you take another look? I did update the patch. Thanks! :) -- ___ Python tracker <http://bugs.python.org/issue12

[issue12606] Mutable Sequence Type works different for lists and bytearrays in slice[i:j:k]

2015-04-13 Thread Siegfried Gevatter
Changes by Siegfried Gevatter : Added file: http://bugs.python.org/file38941/slice_del.diff ___ Python tracker <http://bugs.python.org/issue12606> ___ ___ Python-bug

[issue12606] Mutable Sequence Type works different for lists and bytearrays in slice[i:j:k]

2015-04-13 Thread Siegfried Gevatter
Changes by Siegfried Gevatter : Added file: http://bugs.python.org/file38932/slice_del.diff ___ Python tracker <http://bugs.python.org/issue12606> ___ ___ Python-bug

[issue12606] Mutable Sequence Type works different for lists and bytearrays in slice[i:j:k]

2015-04-13 Thread Siegfried Gevatter
Changes by Siegfried Gevatter : Added file: http://bugs.python.org/file38930/slice_del.diff ___ Python tracker <http://bugs.python.org/issue12606> ___ ___ Python-bug

[issue12606] Mutable Sequence Type works different for lists and bytearrays in slice[i:j:k]

2015-04-13 Thread Siegfried Gevatter
Changes by Siegfried Gevatter : Added file: http://bugs.python.org/file38913/slice_del.diff ___ Python tracker <http://bugs.python.org/issue12606> ___ ___ Python-bug

[issue12606] Mutable Sequence Type works different for lists and bytearrays in slice[i:j:k]

2015-04-13 Thread Siegfried Gevatter
Changes by Siegfried Gevatter : -- keywords: +patch Added file: http://bugs.python.org/file38912/slice_del.diff ___ Python tracker <http://bugs.python.org/issue12

[issue12606] Mutable Sequence Type works different for lists and bytearrays in slice[i:j:k]

2015-04-12 Thread Siegfried Gevatter
Siegfried Gevatter added the comment: I'll have a try at this one. -- nosy: +siegfried.gevatter ___ Python tracker <http://bugs.python.org/issue12606> ___ ___