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 twouters
Recipients
Date 2006-12-18.04:24:05
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Rework extended slicing for array objects, fixing a few bugs (like 'x[5:2] = y' working but 'x[5:2:1] = y' failing.) Optimize the common case of step-1 slicing. Also make extended slicing independent from simple slicing for easier removal of simple slicing in Py3K. Add tests for all extended slicing behaviour.
(Backported from p3yk-noslice branch.)
History
Date User Action Args
2007-08-23 15:55:49adminlinkissue1617698 messages
2007-08-23 15:55:49admincreate