Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PEP 3118: Add canonical-doc & mention unimplemented changes. #4200

Merged
merged 6 commits into from
Feb 14, 2025
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions peps/pep-3118.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,18 @@ Created: 28-Aug-2006
Python-Version: 3.0
Post-History:

.. canonical-doc:: :external+python:ref:`bufferobjects`,
:external+python:c:type:`PyBufferProcs`,
:external+python:c:type:`PyMemoryView_FromObject`.

Some changes proposed here, like :ref:`3118-struct-additions` and
``PyObject_CopyToObject``, were not implemented.
This PEP targets Python 3.0, which was released more than a decade ago.
Any proposals to add missing functionality should
be discussed as new features, not treated as finishing the implementation
of this PEP.


Abstract
========

Expand Down Expand Up @@ -629,6 +641,8 @@ This will also be raised when a consumer requests a buffer from an
object that does not provide the protocol.


.. _3118-struct-additions:

Additions to the struct string-syntax
=====================================

Expand Down
Loading