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.

classification
Title: Backport buffer interface in Python 3.0 to Python 2.6
Type: enhancement Stage:
Components: Interpreter Core Versions: Python 2.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: teoliphant
Priority: normal Keywords:

Created on 2008-03-18 15:54 by teoliphant, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg63923 - (view) Author: Travis Oliphant (teoliphant) * (Python committer) Date: 2008-03-18 15:54
Some (or all) of PEP 3118 should be backported to Python 2.6 because it
does not require backward-incompatible changes and can assist in the
transition to 3.0.   

This issue is to be sure that the buffer-interface portion of PEP 3118
is backported.  This does not mean that any objects in Python will
necessarily use the new buffer interface.  Any such changes would be
entered as separate issues.
msg63926 - (view) Author: Travis Oliphant (teoliphant) * (Python committer) Date: 2008-03-18 15:58
Back-porting of the new buffer interface was done in r61491.  This issue
can be closed.
History
Date User Action Args
2022-04-11 14:56:32adminsetgithub: 46645
2008-12-05 09:57:14georg.brandlsetstatus: open -> closed
resolution: fixed
2008-03-18 15:58:07teoliphantsetmessages: + msg63926
2008-03-18 15:54:58teoliphantcreate