[issue3506] Change buffer/memoryview DeprecationWarning

Brett Cannon report at bugs.python.org
Tue Aug 5 20:48:11 CEST 2008


New submission from Brett Cannon <brett at python.org>:

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).

----------
components: Interpreter Core
messages: 70755
nosy: brett.cannon
priority: release blocker
severity: normal
status: open
title: Change buffer/memoryview DeprecationWarning
versions: Python 2.6

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


More information about the Python-bugs-list mailing list