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 ash
Recipients ash, georg.brandl
Date 2009-08-06.12:07:34
SpamBayes Score 0.08976882
Marked as misclassified No
Message-id <1249560456.01.0.11537088321.issue6659@psf.upfronthosting.co.za>
In-reply-to
Content
"A memoryview object is an extended buffer object that could replace the
buffer object (but doesn’t have to as that could be kept as a simple 1-d
memoryview object)."

Well, buffer object was dropped Python 3, wasn't it?

http://docs.python.org/dev/py3k/c-api/buffer.html#memoryview-objects
http://docs.python.org/3.1/c-api/buffer.html#memoryview-objects
History
Date User Action Args
2009-08-06 12:07:36ashsetrecipients: + ash, georg.brandl
2009-08-06 12:07:36ashsetmessageid: <1249560456.01.0.11537088321.issue6659@psf.upfronthosting.co.za>
2009-08-06 12:07:34ashlinkissue6659 messages
2009-08-06 12:07:34ashcreate