summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Documentation
diff options
context:
space:
mode:
authorLlandy Riveron Del Risco <llandy3d@gmail.com>2021-04-26 18:53:28 (GMT)
committerGitHub <noreply@github.com>2021-04-26 18:53:28 (GMT)
commit8a307e488d596914a7a5df6b2fdd945f8ce81e69 (patch)
tree1ca798a0beb61fb96fb8015fb292858cf98918f2 /Misc/NEWS.d/next/Documentation
parent1b1f9852bda85c01ef124858f293e9c13e04ffce (diff)
downloadcpython-8a307e488d596914a7a5df6b2fdd945f8ce81e69.zip
cpython-8a307e488d596914a7a5df6b2fdd945f8ce81e69.tar.gz
cpython-8a307e488d596914a7a5df6b2fdd945f8ce81e69.tar.bz2
bpo-43938: improve dataclasses.FrozenInstanceError documentation (GH-25603)
Diffstat (limited to 'Misc/NEWS.d/next/Documentation')
-rw-r--r--Misc/NEWS.d/next/Documentation/2021-04-25-22-44-27.bpo-43938.nC660q.rst2
1 files changed, 2 insertions, 0 deletions
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.