PEP 712: Adding discussion links (#3120)
This commit is contained in:
parent
fc60c98e22
commit
04dce495d5
|
@ -2,6 +2,7 @@ PEP: 712
|
|||
Title: Adding a "converter" parameter to dataclasses.field
|
||||
Author: Joshua Cannon <joshdcannon@gmail.com>
|
||||
Sponsor: Eric V. Smith <eric at trueblade.com>
|
||||
Discussions-To: https://discuss.python.org/t/pep-712-adding-a-converter-parameter-to-dataclasses-field/26126
|
||||
Status: Draft
|
||||
Type: Standards Track
|
||||
Content-Type: text/x-rst
|
||||
|
@ -9,6 +10,7 @@ Created: 01-Jan-2023
|
|||
Python-Version: 3.13
|
||||
Post-History: `27-Dec-2022 <https://mail.python.org/archives/list/typing-sig@python.org/thread/NWZQIINJQZDOCZGO6TGCUP2PNW4PEKNY/>`__,
|
||||
`19-Jan-2023 <https://discuss.python.org/t/add-converter-to-dataclass-field/22956>`__,
|
||||
`23-Apr-2023 <https://discuss.python.org/t/pep-712-adding-a-converter-parameter-to-dataclasses-field/26126>`__,
|
||||
|
||||
Abstract
|
||||
========
|
||||
|
|
Loading…
Reference in New Issue