diff --git a/peps/pep-0727.rst b/peps/pep-0727.rst index 085177abe7a..686a41a47bf 100644 --- a/peps/pep-0727.rst +++ b/peps/pep-0727.rst @@ -3,7 +3,7 @@ Title: Documentation in Annotated Metadata Author: Sebastián Ramírez Sponsor: Jelle Zijlstra Discussions-To: https://discuss.python.org/t/32566 -Status: Draft +Status: Withdrawn Type: Standards Track Topic: Typing Created: 28-Aug-2023 @@ -18,6 +18,12 @@ This PEP proposes a standardized way to provide documentation strings for Python symbols defined with :py:class:`~typing.Annotated` using a new class ``typing.Doc``. +PEP Withdrawal +============== + +The reception of this PEP was mostly negative, with concerns raised about +verbosity and readability. As a result, this PEP has been withdrawn. + Motivation ==========