Skip to content

Commit c55b68a

Browse files
JelleZijlstrahugovk
authored andcommitted
PEP 727: Mark as Withdrawn (python#4408)
1 parent 5ffc1ff commit c55b68a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

peps/pep-0727.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Title: Documentation in Annotated Metadata
33
Author: Sebastián Ramírez <[email protected]>
44
Sponsor: Jelle Zijlstra <[email protected]>
55
Discussions-To: https://discuss.python.org/t/32566
6-
Status: Draft
6+
Status: Withdrawn
77
Type: Standards Track
88
Topic: Typing
99
Created: 28-Aug-2023
@@ -18,6 +18,12 @@ This PEP proposes a standardized way to provide documentation strings for Python
1818
symbols defined with :py:class:`~typing.Annotated` using a new class
1919
``typing.Doc``.
2020

21+
PEP Withdrawal
22+
==============
23+
24+
The reception of this PEP was mostly negative, with concerns raised about
25+
verbosity and readability. As a result, this PEP has been withdrawn.
26+
2127

2228
Motivation
2329
==========

0 commit comments

Comments
 (0)