Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b1f985 commit 8a307e4Copy full SHA for 8a307e4
3 files changed
Doc/library/dataclasses.rst
@@ -631,4 +631,4 @@ Exceptions
631
632
Raised when an implicitly defined :meth:`__setattr__` or
633
:meth:`__delattr__` is called on a dataclass which was defined with
634
- ``frozen=True``.
+ ``frozen=True``. It is a subclass of :exc:`AttributeError`.
Misc/ACKS
@@ -1452,6 +1452,7 @@ Vlad Riscutia
1452
Wes Rishel
1453
Daniel Riti
1454
Juan M. Bello Rivas
1455
+Llandy Riveron Del Risco
1456
Mohd Sanad Zaki Rizvi
1457
Davide Rizzo
1458
Anthony Roach
Misc/NEWS.d/next/Documentation/2021-04-25-22-44-27.bpo-43938.nC660q.rst
@@ -0,0 +1,2 @@
1
+Update dataclasses documentation to express that FrozenInstanceError is
2
+derived from AttributeError.
0 commit comments