Skip to content

Commit 750ae13

Browse files
authored
Remove hash alias for unsafe_hash (#2454)
1 parent f30bc4c commit 750ae13

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pep-0681.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,6 @@ the bool value (``True`` or ``False``) to be statically evaluated.
195195
* ``eq``. ``order``, ``frozen``, ``init`` and ``unsafe_hash`` are parameters
196196
supported in the stdlib dataclass, with meanings defined in
197197
:pep:`PEP 557 <557#id7>`.
198-
* ``hash`` is an alias for the ``unsafe_hash`` parameter.
199198
* ``kw_only``, ``match_args`` and ``slots`` are parameters supported
200199
in the stdlib dataclass, first introduced in Python 3.10.
201200

0 commit comments

Comments
 (0)