PEP 702: Mark as Final (#3940)
This commit is contained in:
parent
818bac5d1f
commit
c529e186b3
|
@ -2,16 +2,17 @@ PEP: 702
|
||||||
Title: Marking deprecations using the type system
|
Title: Marking deprecations using the type system
|
||||||
Author: Jelle Zijlstra <jelle.zijlstra@gmail.com>
|
Author: Jelle Zijlstra <jelle.zijlstra@gmail.com>
|
||||||
Discussions-To: https://discuss.python.org/t/pep-702-marking-deprecations-using-the-type-system/23036
|
Discussions-To: https://discuss.python.org/t/pep-702-marking-deprecations-using-the-type-system/23036
|
||||||
Status: Accepted
|
Status: Final
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Topic: Typing
|
Topic: Typing
|
||||||
Content-Type: text/x-rst
|
|
||||||
Created: 30-Dec-2022
|
Created: 30-Dec-2022
|
||||||
Python-Version: 3.13
|
Python-Version: 3.13
|
||||||
Post-History: `01-Jan-2023 <https://mail.python.org/archives/list/typing-sig@python.org/thread/AKTFUYW3WDT7R7PGRIJQZMYHMDJNE4QH/>`__,
|
Post-History: `01-Jan-2023 <https://mail.python.org/archives/list/typing-sig@python.org/thread/AKTFUYW3WDT7R7PGRIJQZMYHMDJNE4QH/>`__,
|
||||||
`22-Jan-2023 <https://discuss.python.org/t/pep-702-marking-deprecations-using-the-type-system/23036>`__
|
`22-Jan-2023 <https://discuss.python.org/t/pep-702-marking-deprecations-using-the-type-system/23036>`__
|
||||||
Resolution: https://discuss.python.org/t/pep-702-marking-deprecations-using-the-type-system/23036/61
|
Resolution: https://discuss.python.org/t/pep-702-marking-deprecations-using-the-type-system/23036/61
|
||||||
|
|
||||||
|
.. canonical-typing-spec:: :ref:`typing:deprecated` and
|
||||||
|
:external+py3.13:func:`@warnings.deprecated<warnings.deprecated>`
|
||||||
|
|
||||||
Abstract
|
Abstract
|
||||||
========
|
========
|
||||||
|
|
Loading…
Reference in New Issue