We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 998a123 commit 77f1d61Copy full SHA for 77f1d61
1 file changed
peps/pep-0727.rst
@@ -3,7 +3,7 @@ Title: Documentation in Annotated Metadata
3
Author: Sebastián Ramírez <tiangolo@gmail.com>
4
Sponsor: Jelle Zijlstra <jelle.zijlstra@gmail.com>
5
Discussions-To: https://discuss.python.org/t/32566
6
-Status: Draft
+Status: Withdrawn
7
Type: Standards Track
8
Topic: Typing
9
Created: 28-Aug-2023
@@ -18,6 +18,12 @@ This PEP proposes a standardized way to provide documentation strings for Python
18
symbols defined with :py:class:`~typing.Annotated` using a new class
19
``typing.Doc``.
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
27
28
Motivation
29
==========
0 commit comments