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 brett.cannon
Recipients brett.cannon
Date 2008-08-05.18:48:09
SpamBayes Score 0.000487455
Marked as misclassified No
Message-id <1217962091.36.0.181182833526.issue3506@psf.upfronthosting.co.za>
In-reply-to
Content
Right now in 2.6, using buffer() warns that it is going away and to use
memoryview(). Unfortunately memoryview() won't be backported to 2.6 in
time for release.

That means the warning is covering something that is within 2to3's
realm. So the warning should be changed to more align with any specific
difference between buffer() and memoryview() (or bring buffer() back to
3.0).
History
Date User Action Args
2008-08-05 18:48:11brett.cannonsetrecipients: + brett.cannon
2008-08-05 18:48:11brett.cannonsetmessageid: <1217962091.36.0.181182833526.issue3506@psf.upfronthosting.co.za>
2008-08-05 18:48:10brett.cannonlinkissue3506 messages
2008-08-05 18:48:09brett.cannoncreate