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, teoliphant
Date 2008-08-03.01:45:09
SpamBayes Score 0.01363041
Marked as misclassified No
Message-id <1217727911.22.0.976920597594.issue2396@psf.upfronthosting.co.za>
In-reply-to
Content
But the warning in 2.6 for buffer() says to use memoryview(), which does
not exist. So either the backport needs to happen in 2.6 or the warning
needs to go away for generic buffer() usage and instead be changed to
only occur when the 2to3 fixer won't work (which, I am guessing, is only
needed when more than one argument to buffer() is used).
History
Date User Action Args
2008-08-03 01:45:11brett.cannonsetrecipients: + brett.cannon, teoliphant
2008-08-03 01:45:11brett.cannonsetmessageid: <1217727911.22.0.976920597594.issue2396@psf.upfronthosting.co.za>
2008-08-03 01:45:10brett.cannonlinkissue2396 messages
2008-08-03 01:45:09brett.cannoncreate