From 3e06783c66e69c2f672b861a51a2cebeb836eb15 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Fri, 16 Feb 2024 18:11:53 +0200 Subject: [PATCH] PEP 688: Mark as Final (#3678) --- peps/pep-0688.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/peps/pep-0688.rst b/peps/pep-0688.rst index 5c7628388..69183090a 100644 --- a/peps/pep-0688.rst +++ b/peps/pep-0688.rst @@ -2,10 +2,9 @@ PEP: 688 Title: Making the buffer protocol accessible in Python Author: Jelle Zijlstra Discussions-To: https://discuss.python.org/t/19756 -Status: Accepted +Status: Final Type: Standards Track Topic: Typing -Content-Type: text/x-rst Created: 23-Apr-2022 Python-Version: 3.12 Post-History: `23-Apr-2022 `__, @@ -14,6 +13,7 @@ Post-History: `23-Apr-2022 `__ 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 ========