[issue3506] Change buffer/memoryview DeprecationWarning

Guido van Rossum report at bugs.python.org
Wed Aug 6 22:12:37 CEST 2008


Guido van Rossum <guido at python.org> added the comment:

> 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?

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3506>
_______________________________________


More information about the Python-bugs-list mailing list