diff options
author | Llandy Riveron Del Risco <llandy3d@gmail.com> | 2021-04-26 18:53:28 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-26 18:53:28 (GMT) |
commit | 8a307e488d596914a7a5df6b2fdd945f8ce81e69 (patch) | |
tree | 1ca798a0beb61fb96fb8015fb292858cf98918f2 /Misc | |
parent | 1b1f9852bda85c01ef124858f293e9c13e04ffce (diff) | |
download | cpython-8a307e488d596914a7a5df6b2fdd945f8ce81e69.zip cpython-8a307e488d596914a7a5df6b2fdd945f8ce81e69.tar.gz cpython-8a307e488d596914a7a5df6b2fdd945f8ce81e69.tar.bz2 |
bpo-43938: improve dataclasses.FrozenInstanceError documentation (GH-25603)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2021-04-25-22-44-27.bpo-43938.nC660q.rst | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -1452,6 +1452,7 @@ Vlad Riscutia Wes Rishel Daniel Riti Juan M. Bello Rivas +Llandy Riveron Del Risco Mohd Sanad Zaki Rizvi Davide Rizzo Anthony Roach diff --git a/Misc/NEWS.d/next/Documentation/2021-04-25-22-44-27.bpo-43938.nC660q.rst b/Misc/NEWS.d/next/Documentation/2021-04-25-22-44-27.bpo-43938.nC660q.rst new file mode 100644 index 0000000..dcf252e --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2021-04-25-22-44-27.bpo-43938.nC660q.rst @@ -0,0 +1,2 @@ +Update dataclasses documentation to express that FrozenInstanceError is +derived from AttributeError. |