PEP 688: Mark as Final (#3678)
This commit is contained in:
parent
0a8908c752
commit
3e06783c66
|
@ -2,10 +2,9 @@ PEP: 688
|
||||||
Title: Making the buffer protocol accessible in Python
|
Title: Making the buffer protocol accessible in Python
|
||||||
Author: Jelle Zijlstra <jelle.zijlstra@gmail.com>
|
Author: Jelle Zijlstra <jelle.zijlstra@gmail.com>
|
||||||
Discussions-To: https://discuss.python.org/t/19756
|
Discussions-To: https://discuss.python.org/t/19756
|
||||||
Status: Accepted
|
Status: Final
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Topic: Typing
|
Topic: Typing
|
||||||
Content-Type: text/x-rst
|
|
||||||
Created: 23-Apr-2022
|
Created: 23-Apr-2022
|
||||||
Python-Version: 3.12
|
Python-Version: 3.12
|
||||||
Post-History: `23-Apr-2022 <https://mail.python.org/archives/list/typing-sig@python.org/thread/CX7GPSIYQEL23RXMYL66GAKGP4RLUD7P/>`__,
|
Post-History: `23-Apr-2022 <https://mail.python.org/archives/list/typing-sig@python.org/thread/CX7GPSIYQEL23RXMYL66GAKGP4RLUD7P/>`__,
|
||||||
|
@ -14,6 +13,7 @@ Post-History: `23-Apr-2022 <https://mail.python.org/archives/list/typing-sig@pyt
|
||||||
`26-Oct-2022 <https://mail.python.org/archives/list/typing-sig@python.org/thread/XH5ZK2MSZIQLL62PYZ6I5532SQKKVCBL/>`__
|
`26-Oct-2022 <https://mail.python.org/archives/list/typing-sig@python.org/thread/XH5ZK2MSZIQLL62PYZ6I5532SQKKVCBL/>`__
|
||||||
Resolution: https://discuss.python.org/t/pep-688-making-the-buffer-protocol-accessible-in-python/15265/35
|
Resolution: https://discuss.python.org/t/pep-688-making-the-buffer-protocol-accessible-in-python/15265/35
|
||||||
|
|
||||||
|
.. canonical-doc:: :ref:`python:python-buffer-protocol`
|
||||||
|
|
||||||
Abstract
|
Abstract
|
||||||
========
|
========
|
||||||
|
|
Loading…
Reference in New Issue