From ae5650f20e4dd7f1a33faac9ee6601fda62ba4ce Mon Sep 17 00:00:00 2001 From: Viicos <65306057+Viicos@users.noreply.github.com> Date: Mon, 2 Dec 2024 18:29:13 +0100 Subject: [PATCH 1/2] Change reference to now closed typing mailing list --- docs/spec/dataclasses.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/spec/dataclasses.rst b/docs/spec/dataclasses.rst index ed914595..ec4a342e 100644 --- a/docs/spec/dataclasses.rst +++ b/docs/spec/dataclasses.rst @@ -195,7 +195,8 @@ customization of default behaviors: In the future, we may add additional parameters to ``dataclass_transform`` as needed to support common behaviors in user code. These additions will be made after reaching consensus on -typing-sig rather than via additional PEPs. +the `Python Discourse `__ +rather than via additional PEPs. The following sections provide additional examples showing how these parameters are used. From 9b2f4f7ed312db32aaf9e37c6a0a89659e60b861 Mon Sep 17 00:00:00 2001 From: Viicos <65306057+Viicos@users.noreply.github.com> Date: Mon, 2 Dec 2024 18:40:10 +0100 Subject: [PATCH 2/2] Removed section --- docs/spec/dataclasses.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/spec/dataclasses.rst b/docs/spec/dataclasses.rst index ec4a342e..92d53d22 100644 --- a/docs/spec/dataclasses.rst +++ b/docs/spec/dataclasses.rst @@ -192,12 +192,6 @@ customization of default behaviors: in ``typing.py``. Type checkers should report errors for any unrecognized parameters. -In the future, we may add additional parameters to -``dataclass_transform`` as needed to support common behaviors in user -code. These additions will be made after reaching consensus on -the `Python Discourse `__ -rather than via additional PEPs. - The following sections provide additional examples showing how these parameters are used.