File tree 1 file changed +20
-1
lines changed 1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,24 @@ Status: Final
5
5
Type: Standards Track
6
6
Created: 28-Aug-2006
7
7
Python-Version: 3.0
8
- Post-History:
8
+ Post-History: `
09-Apr-2007 <
https://mail.python.org/archives/list/[email protected] /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
+
9
26
10
27
Abstract
11
28
========
@@ -626,6 +643,8 @@ This will also be raised when a consumer requests a buffer from an
626
643
object that does not provide the protocol.
627
644
628
645
646
+ .. _3118-struct-additions :
647
+
629
648
Additions to the struct string-syntax
630
649
=====================================
631
650
You can’t perform that action at this time.
0 commit comments