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 pitrou
Recipients benjamin.peterson, georg.brandl, pitrou, scoder, teoliphant
Date 2008-08-19.12:39:51
SpamBayes Score 0.023846678
Marked as misclassified No
Message-id <1219149597.88.0.455553295252.issue2394@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a preliminary patch implementing slices with getitem, adding a
bunch of tests, and fixing a few problems.

As stated elsewhere I only bother to test with simple byte buffers. The
semantics of other types of buffers are too fuzzy for me.
History
Date User Action Args
2008-08-19 12:39:58pitrousetrecipients: + pitrou, georg.brandl, teoliphant, scoder, benjamin.peterson
2008-08-19 12:39:57pitrousetmessageid: <1219149597.88.0.455553295252.issue2394@psf.upfronthosting.co.za>
2008-08-19 12:39:56pitroulinkissue2394 messages
2008-08-19 12:39:56pitroucreate