PEP 698: Mark as Accepted (#2991)
See https://github.com/python/steering-council/issues/160#issuecomment-1409208844
This commit is contained in:
parent
e25c1fee99
commit
4224fa7f8d
|
@ -5,7 +5,7 @@ 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: Draft
|
Status: Accepted
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Topic: Typing
|
Topic: Typing
|
||||||
Content-Type: text/x-rst
|
Content-Type: text/x-rst
|
||||||
|
@ -15,7 +15,7 @@ Post-History: `20-May-2022 <https://mail.python.org/archives/list/typing-sig@pyt
|
||||||
`17-Aug-2022 <https://mail.python.org/archives/list/typing-sig@python.org/thread/7JDW2PKGF6YTERUJGWM3BRP3GDHRFP4O/>`__,
|
`17-Aug-2022 <https://mail.python.org/archives/list/typing-sig@python.org/thread/7JDW2PKGF6YTERUJGWM3BRP3GDHRFP4O/>`__,
|
||||||
`11-Oct-2022 <https://mail.python.org/archives/list/typing-sig@python.org/thread/TOIYZ3SNPBJZDBRU3ZSBREXV2NNHF4KW/>`__,
|
`11-Oct-2022 <https://mail.python.org/archives/list/typing-sig@python.org/thread/TOIYZ3SNPBJZDBRU3ZSBREXV2NNHF4KW/>`__,
|
||||||
`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
|
||||||
|
|
||||||
Abstract
|
Abstract
|
||||||
========
|
========
|
||||||
|
|
Loading…
Reference in New Issue