PEP 698: Mark as Final (#3676)

This commit is contained in:
Hugo van Kemenade 2024-02-15 21:03:31 +02:00 committed by GitHub
parent 9b015251ad
commit e1f09321ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

View File

@ -5,10 +5,9 @@ Author: Steven Troxler <steven.troxler@gmail.com>,
Shannon Zhu <szhu@fb.com>
Sponsor: Jelle Zijlstra <jelle.zijlstra at gmail.com>
Discussions-To: https://discuss.python.org/t/pep-698-a-typing-override-decorator/20839
Status: Accepted
Status: Final
Type: Standards Track
Topic: Typing
Content-Type: text/x-rst
Created: 05-Sep-2022
Python-Version: 3.12
Post-History: `20-May-2022 <https://mail.python.org/archives/list/typing-sig@python.org/thread/V23I4D6DEOFW4BBPWBMYTHZUOMKR7KQE/>`__,
@ -17,6 +16,8 @@ Post-History: `20-May-2022 <https://mail.python.org/archives/list/typing-sig@pyt
`07-Nov-2022 <https://discuss.python.org/t/pep-698-a-typing-override-decorator/20839>`__,
Resolution: https://discuss.python.org/t/pep-698-a-typing-override-decorator/20839/11
.. canonical-typing-spec:: :ref:`typing:override`
Abstract
========