Skip to content

Commit

Permalink
PEP 613: Mark as Final (#3670)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Feb 16, 2024
1 parent 467e5b5 commit 0a8908c
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions peps/pep-0613.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ Title: Explicit Type Aliases
Author: Shannon Zhu <[email protected]>
Sponsor: Guido van Rossum <[email protected]>
Discussions-To: https://mail.python.org/archives/list/[email protected]/thread/MWRJOBEEEMFVXE7CAKO7B4P46IPM4AN3/
Status: Accepted
Status: Final
Type: Standards Track
Topic: Typing
Content-Type: text/x-rst
Created: 21-Jan-2020
Python-Version: 3.10
Post-History: 21-Jan-2020

.. canonical-typing-spec:: :ref:`typing:type-aliases`

Abstract
========
Expand Down Expand Up @@ -218,21 +218,11 @@ Version History

* 2021-11-16

* Allow TypeAlias inside class scope
* Allow ``TypeAlias`` inside class scope


Copyright
=========

This document is placed in the public domain or under the
CC0-1.0-Universal license, whichever is more permissive.


..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
sentence-end-double-space: t
fill-column: 70
coding: utf-8
End:

0 comments on commit 0a8908c

Please sign in to comment.