[issue3506] Change buffer/memoryview DeprecationWarning

Brett Cannon report at bugs.python.org
Wed Aug 6 00:52:43 CEST 2008


Brett Cannon <brett at python.org> added the comment:

On Tue, Aug 5, 2008 at 12:41 PM, Guido van Rossum
<report at bugs.python.org> wrote:
>
> Guido van Rossum <guido at python.org> added the comment:
>
> Definitely don't bring buffer() back in 3.0!  It needs to die.
>
> If 2to3 can do this reasonably well, let's do that.
>

There is already a fixer to go from buffer() to memoryview(), but I
don't know how compatible the APIs are. That might still require a
warning.

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


More information about the Python-bugs-list mailing list