Brett Cannon <[EMAIL PROTECTED]> added the comment:

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

----------
nosy: +brett.cannon
priority:  -> release blocker

_______________________________________
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2396>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to