File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -161,9 +161,11 @@ Module contents
161161 :class: `object `, this means it will fall back to id-based hashing).
162162
163163 - *frozen *: If true (the default is ``False ``), assigning to fields will
164- generate an exception. This emulates read-only frozen instances. If
165- :meth: `~object.__setattr__ ` or :meth: `~object.__delattr__ ` is defined in the class, then
166- :exc: `TypeError ` is raised. See the discussion below.
164+ generate an exception. This emulates read-only frozen instances.
165+ See the :ref: `discussion <dataclasses-frozen >` below.
166+
167+ If :meth: `~object.__setattr__ ` or :meth: `~object.__delattr__ ` is defined in the class
168+ and *frozen * is true, then :exc: `TypeError ` is raised.
167169
168170 - *match_args *: If true (the default is ``True ``), the
169171 :attr: `~object.__match_args__ ` tuple will be created from the list of
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ Select Customize to review current options.</String>
9292 <String Id =" PrecompileLabel" >& Precompile standard library</String >
9393 <String Id =" Include_symbolsLabel" >Download debugging & symbols</String >
9494 <String Id =" Include_debugLabel" >Download debu& g binaries (requires VS 2017 or later)</String >
95- <String Id =" Include_freethreadedLabel" >Download & free-threaded binaries (experimental) </String >
95+ <String Id =" Include_freethreadedLabel" >Download & free-threaded binaries</String >
9696
9797 <String Id =" ProgressHeader" >[ActionLikeInstallation] Progress</String >
9898 <String Id =" ProgressLabel" >[ActionLikeInstalling]:</String >
You can’t perform that action at this time.
0 commit comments