Add Typing Topic (#2670)

Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM>
This commit is contained in:
Jelle Zijlstra 2022-10-06 17:36:39 -07:00 committed by GitHub
parent 520cc0bbe7
commit 83b976da18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
27 changed files with 31 additions and 0 deletions

View File

@ -6,6 +6,7 @@ Author: Łukasz Langa <lukasz@python.org>
Discussions-To: python-ideas@python.org
Status: Final
Type: Informational
Topic: Typing
Content-Type: text/x-rst
Created: 08-Jan-2015
Post-History:

View File

@ -6,6 +6,7 @@ Author: Guido van Rossum <guido@python.org>, Ivan Levkivskyi <levkivskyi@gmail.c
Discussions-To: python-ideas@python.org
Status: Final
Type: Informational
Topic: Typing
Content-Type: text/x-rst
Created: 19-Dec-2014
Post-History:

View File

@ -7,6 +7,7 @@ BDFL-Delegate: Mark Shannon
Discussions-To: python-dev@python.org
Status: Final
Type: Standards Track
Topic: Typing
Content-Type: text/x-rst
Created: 29-Sep-2014
Python-Version: 3.5

View File

@ -5,6 +5,7 @@ Last-Modified: $Date$
Author: Ryan Gonzalez <rymg19@gmail.com>, Philip House <phouse512@gmail.com>, Ivan Levkivskyi <levkivskyi@gmail.com>, Lisa Roach <lisaroach14@gmail.com>, Guido van Rossum <guido@python.org>
Status: Final
Type: Standards Track
Topic: Typing
Content-Type: text/x-rst
Created: 09-Aug-2016
Python-Version: 3.6

View File

@ -7,6 +7,7 @@ BDFL-Delegate: Guido van Rossum <guido@python.org>
Discussions-To: python-dev@python.org
Status: Accepted
Type: Standards Track
Topic: Typing
Content-Type: text/x-rst
Created: 05-Mar-2017
Python-Version: 3.8

View File

@ -6,6 +6,7 @@ Author: Łukasz Langa <lukasz@python.org>
Discussions-To: python-dev@python.org
Status: Accepted
Type: Standards Track
Topic: Typing
Content-Type: text/x-rst
Created: 08-Sep-2017
Python-Version: 3.7

View File

@ -6,6 +6,7 @@ Author: Łukasz Langa <lukasz@python.org>
Discussions-To: typing-sig@python.org
Status: Accepted
Type: Standards Track
Topic: Typing
Content-Type: text/x-rst
Created: 03-Mar-2019
Python-Version: 3.9

View File

@ -5,6 +5,7 @@ BDFL-Delegate: Guido van Rossum <guido@python.org>
Discussions-To: typing-sig@python.org
Status: Accepted
Type: Standards Track
Topic: Typing
Content-Type: text/x-rst
Created: 14-Mar-2019
Python-Version: 3.8

View File

@ -6,6 +6,7 @@ BDFL-Delegate: Guido van Rossum <guido@python.org>
Discussions-To: typing-sig@python.org
Status: Accepted
Type: Standards Track
Topic: Typing
Content-Type: text/x-rst
Created: 20-Mar-2019
Python-Version: 3.8

View File

@ -5,6 +5,7 @@ BDFL-Delegate: Guido van Rossum <guido@python.org>
Discussions-To: typing-sig@python.org
Status: Accepted
Type: Standards Track
Topic: Typing
Content-Type: text/x-rst
Created: 15-Mar-2019
Python-Version: 3.8

View File

@ -5,6 +5,7 @@ Sponsor: Ivan Levkivskyi <levkivskyi@gmail.com>
Discussions-To: typing-sig@python.org
Status: Accepted
Type: Standards Track
Topic: Typing
Content-Type: text/x-rst
Created: 26-Apr-2019
Python-Version: 3.9

View File

@ -6,6 +6,7 @@ BDFL-Delegate: Guido van Rossum <guido@python.org>
Discussions-To: typing-sig@python.org
Status: Accepted
Type: Standards Track
Topic: Typing
Content-Type: text/x-rst
Created: 28-Aug-2019
Python-Version: 3.10

View File

@ -6,6 +6,7 @@ BDFL-Delegate: Guido van Rossum <guido@python.org>
Discussions-To: typing-sig@python.org
Status: Accepted
Type: Standards Track
Topic: Typing
Content-Type: text/x-rst
Created: 18-Dec-2019
Python-Version: 3.10

View File

@ -5,6 +5,7 @@ Sponsor: Guido van Rossum <guido@python.org>
Discussions-To: https://mail.python.org/archives/list/typing-sig@python.org/thread/MWRJOBEEEMFVXE7CAKO7B4P46IPM4AN3/
Status: Accepted
Type: Standards Track
Topic: Typing
Content-Type: text/x-rst
Created: 21-Jan-2020
Python-Version: 3.10

View File

@ -7,6 +7,7 @@ Author: Mark Mendoza <mendoza.mark.a@gmail.com>,
Sponsor: Guido van Rossum <guido@python.org>
Status: Accepted
Type: Standards Track
Topic: Typing
Content-Type: text/x-rst
Created: 16-Sep-2020
Python-Version: 3.11

View File

@ -7,6 +7,7 @@ Sponsor: Guido van Rossum <guido@python.org>
Discussions-To: typing-sig@python.org
Status: Accepted
Type: Standards Track
Topic: Typing
Content-Type: text/x-rst
Created: 07-Oct-2020
Python-Version: 3.10

View File

@ -3,6 +3,7 @@ Title: Deferred Evaluation Of Annotations Using Descriptors
Author: Larry Hastings <larry@hastings.org>
Status: Draft
Type: Standards Track
Topic: Typing
Content-Type: text/x-rst
Created: 11-Jan-2021
Post-History: 11-Jan-2021, 11-Apr-2021

View File

@ -5,6 +5,7 @@ Sponsor: Guido van Rossum <guido at python.org>
Discussions-To: https://mail.python.org/archives/list/typing-sig@python.org/thread/53XVOD5ZUKJ263MWA6AUPEA6J7LBBLNV/
Status: Accepted
Type: Standards Track
Topic: Typing
Content-Type: text/x-rst
Created: 30-Jan-2021
Python-Version: 3.11

View File

@ -8,6 +8,7 @@ Sponsor: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Discussions-To: typing-sig@python.org
Status: Accepted
Type: Standards Track
Topic: Typing
Content-Type: text/x-rst
Created: 10-Nov-2021
Python-Version: 3.11

View File

@ -7,6 +7,7 @@ Sponsor: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Discussions-To: https://mail.python.org/archives/list/typing-sig@python.org/thread/VB74EHNM4RODDFM64NEEEBJQVAUAWIAW/
Status: Accepted
Type: Standards Track
Topic: Typing
Content-Type: text/x-rst
Created: 30-Nov-2021
Python-Version: 3.11

View File

@ -6,6 +6,7 @@ Sponsor: Guido van Rossum <guido at python.org>
Discussions-To: python-dev@python.org
Status: Rejected
Type: Standards Track
Topic: Typing
Content-Type: text/x-rst
Created: 13-Dec-2021
Python-Version: 3.11

View File

@ -6,6 +6,7 @@ Sponsor: Jelle Zijlstra <jelle.zijlstra at gmail.com>
Discussions-To: https://mail.python.org/archives/list/typing-sig@python.org/thread/EAALIHA3XEDFDNG2NRXTI3ERFPAD65Z4/
Status: Accepted
Type: Standards Track
Topic: Typing
Content-Type: text/x-rst
Created: 02-Dec-2021
Python-Version: 3.11

View File

@ -4,6 +4,7 @@ Author: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Discussions-To: https://discuss.python.org/t/15265
Status: Draft
Type: Standards Track
Topic: Typing
Content-Type: text/x-rst
Created: 23-Apr-2022
Python-Version: 3.12

View File

@ -5,6 +5,7 @@ Sponsor: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Discussions-To: https://discuss.python.org/t/pep-692-using-typeddict-for-more-precise-kwargs-typing/17314
Status: Draft
Type: Standards Track
Topic: Typing
Content-Type: text/x-rst
Created: 29-May-2022
Python-Version: 3.12

View File

@ -5,6 +5,7 @@ Sponsor: Guido van Rossum <guido@python.org>
Discussions-To: https://mail.python.org/archives/list/typing-sig@python.org/thread/BB2BGYJY2YG5IWESKGTAPUQL3N27ZKVW/
Status: Draft
Type: Standards Track
Topic: Typing
Content-Type: text/x-rst
Created: 15-Jun-2022
Python-Version: 3.12

View File

@ -6,6 +6,7 @@ Author: Steven Troxler <steven.troxler@gmail.com>,
Status: Draft
Sponsor: Jelle Zijlstra <jelle.zijlstra at gmail.com>
Type: Standards Track
Topic: Typing
Content-Type: text/x-rst
Created: 05-Sep-2022
Python-Version: 3.12

View File

@ -45,4 +45,9 @@ They are used to propose major additions or changes to the PyPA specifications.
.. _specifications: https://packaging.python.org/en/latest/specifications/
.. _PyPA specification update process: https://www.pypa.io/en/latest/specifications/#specification-update-process
""",
"typing": """\
Many recent PEPs propose changes to Python's static type system
or otherwise relate to type annotations.
They are listed here for reference.
"""
}