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 eli.bendersky
Recipients eli.bendersky, ezio.melotti, flox, scoder
Date 2012-03-03.05:21:00
SpamBayes Score 0.06308535
Marked as misclassified No
Message-id <1330752061.56.0.333148081255.issue14178@psf.upfronthosting.co.za>
In-reply-to
Content
Correction: extended slices are supported. The problem appears to be just with 'del', because element_ass_subscr doesn't treat it specially and thinks we just want to assign a 0-len value to a non-0-len slice.
History
Date User Action Args
2012-03-03 05:21:01eli.benderskysetrecipients: + eli.bendersky, scoder, ezio.melotti, flox
2012-03-03 05:21:01eli.benderskysetmessageid: <1330752061.56.0.333148081255.issue14178@psf.upfronthosting.co.za>
2012-03-03 05:21:00eli.benderskylinkissue14178 messages
2012-03-03 05:21:00eli.benderskycreate