File tree Expand file tree Collapse file tree 1 file changed +20
-1
lines changed
Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,24 @@ Status: Final
55Type: Standards Track
66Created: 28-Aug-2006
77Python-Version: 3.0
8- Post-History:
8+ Post-History: `09-Apr-2007 <https://mail.python.org/archives/list/python-dev@python.org/thread/X7A5IP4VFJTVCQJSMBXGAH3BVB3A5C3T >`__
9+
10+ .. canonical-doc :: :external+python:ref:`bufferobjects`,
11+ :external+python:c:type: `PyBufferProcs `,
12+ :external+python:c:type: `PyMemoryView_FromObject `
13+
14+ Not all features proposed here were implemented. Specifically:
15+
16+ - ``PyObject_CopyToObject `` was not added.
17+ - :ref: `3118-struct-additions ` were not added, except for ``? `` (``_Bool ``).
18+ - ``PyObject_GetMemoryView `` is named
19+ :external+python:c:type: `PyMemoryView_FromObject `.
20+
21+ This PEP targets Python 3.0, which was released more than a decade ago.
22+ Any proposals to add missing functionality should
23+ be discussed as new features, not treated as finishing the implementation
24+ of this PEP.
25+
926
1027Abstract
1128========
@@ -626,6 +643,8 @@ This will also be raised when a consumer requests a buffer from an
626643object that does not provide the protocol.
627644
628645
646+ .. _3118-struct-additions :
647+
629648Additions to the struct string-syntax
630649=====================================
631650
You can’t perform that action at this time.
0 commit comments