PEP 698: Mark as Final (#3676)
This commit is contained in:
parent
9b015251ad
commit
e1f09321ac
|
@ -5,10 +5,9 @@ Author: Steven Troxler <steven.troxler@gmail.com>,
|
||||||
Shannon Zhu <szhu@fb.com>
|
Shannon Zhu <szhu@fb.com>
|
||||||
Sponsor: Jelle Zijlstra <jelle.zijlstra at gmail.com>
|
Sponsor: Jelle Zijlstra <jelle.zijlstra at gmail.com>
|
||||||
Discussions-To: https://discuss.python.org/t/pep-698-a-typing-override-decorator/20839
|
Discussions-To: https://discuss.python.org/t/pep-698-a-typing-override-decorator/20839
|
||||||
Status: Accepted
|
Status: Final
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Topic: Typing
|
Topic: Typing
|
||||||
Content-Type: text/x-rst
|
|
||||||
Created: 05-Sep-2022
|
Created: 05-Sep-2022
|
||||||
Python-Version: 3.12
|
Python-Version: 3.12
|
||||||
Post-History: `20-May-2022 <https://mail.python.org/archives/list/typing-sig@python.org/thread/V23I4D6DEOFW4BBPWBMYTHZUOMKR7KQE/>`__,
|
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>`__,
|
`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
|
Resolution: https://discuss.python.org/t/pep-698-a-typing-override-decorator/20839/11
|
||||||
|
|
||||||
|
.. canonical-typing-spec:: :ref:`typing:override`
|
||||||
|
|
||||||
Abstract
|
Abstract
|
||||||
========
|
========
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue