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
3
3
Author: Sebastián Ramírez <tiangolo@gmail.com>
4
4
Sponsor: Jelle Zijlstra <jelle.zijlstra@gmail.com>
5
5
Discussions-To: https://discuss.python.org/t/32566
6
- Status: Draft
6
+ Status: Withdrawn
7
7
Type: Standards Track
8
8
Topic: Typing
9
9
Created: 28-Aug-2023
@@ -18,6 +18,12 @@ This PEP proposes a standardized way to provide documentation strings for Python
18
18
symbols defined with :py:class: `~typing.Annotated ` using a new class
19
19
``typing.Doc ``.
20
20
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
+
21
27
22
28
Motivation
23
29
==========
You can’t perform that action at this time.
0 commit comments