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 ndbecker, pitrou
Date 2009-01-08.20:40:10
SpamBayes Score 0.0022331437
Marked as misclassified No
Message-id <1231447211.57.0.982711260348.issue4885@psf.upfronthosting.co.za>
In-reply-to
Content
As for 2), the buffer() function is deprecated and is replaced in 3.0 by
new object called memoryview() (together with a revamped internal API
for taking and releasing buffers).
History
Date User Action Args
2009-01-08 20:40:11pitrousetrecipients: + pitrou, ndbecker
2009-01-08 20:40:11pitrousetmessageid: <1231447211.57.0.982711260348.issue4885@psf.upfronthosting.co.za>
2009-01-08 20:40:11pitroulinkissue4885 messages
2009-01-08 20:40:10pitroucreate