File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Title: Documentation in Annotated Metadata
33Author: Sebastián Ramírez <tiangolo@gmail.com>
44Sponsor: Jelle Zijlstra <jelle.zijlstra@gmail.com>
55Discussions-To: https://discuss.python.org/t/32566
6- Status: Draft
6+ Status: Withdrawn
77Type: Standards Track
88Topic: Typing
99Created: 28-Aug-2023
@@ -18,6 +18,12 @@ This PEP proposes a standardized way to provide documentation strings for Python
1818symbols 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
2228Motivation
2329==========
You can’t perform that action at this time.
0 commit comments