Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion peps/pep-0727.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Title: Documentation in Annotated Metadata
Author: Sebastián Ramírez <tiangolo@gmail.com>
Sponsor: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Discussions-To: https://discuss.python.org/t/32566
Status: Draft
Status: Withdrawn
Type: Standards Track
Topic: Typing
Created: 28-Aug-2023
Expand All @@ -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
==========
Expand Down