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 gvanrossum
Recipients brett.cannon, gvanrossum, pitrou
Date 2008-08-06.20:12:36
SpamBayes Score 0.10075001
Marked as misclassified No
Message-id <1218053557.26.0.142168657254.issue3506@psf.upfronthosting.co.za>
In-reply-to
Content
> Well, if it can't replace buffer() then the warning needs to change to
> just flat-out state that buffer() is gone and not suggest any
> replacement.

+1.  buffer() stinks.  memoryview() rules.  They don't hvae the same use
cases.

Is there truly nobody else who understands PEP 3118 well enough?
History
Date User Action Args
2008-08-06 20:12:37gvanrossumsetrecipients: + gvanrossum, brett.cannon, pitrou
2008-08-06 20:12:37gvanrossumsetmessageid: <1218053557.26.0.142168657254.issue3506@psf.upfronthosting.co.za>
2008-08-06 20:12:36gvanrossumlinkissue3506 messages
2008-08-06 20:12:36gvanrossumcreate