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 teoliphant
Recipients teoliphant
Date 2008-03-18.15:59:46
SpamBayes Score 0.5680029
Marked as misclassified No
Message-id <1205855988.24.0.314040259236.issue2394@psf.upfronthosting.co.za>
In-reply-to
Content
The memoryview object in Python 3.0 needs to be finished.  There are a
few methods that are not complete.  In particular, the __getitem__ and
__setitem__ functionality needs to be finished as well as the tolist()
method.
History
Date User Action Args
2008-03-18 15:59:48teoliphantsetspambayes_score: 0.568003 -> 0.5680029
recipients: + teoliphant
2008-03-18 15:59:48teoliphantsetspambayes_score: 0.568003 -> 0.568003
messageid: <1205855988.24.0.314040259236.issue2394@psf.upfronthosting.co.za>
2008-03-18 15:59:47teoliphantlinkissue2394 messages
2008-03-18 15:59:46teoliphantcreate