summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorCaleb Donovick <cdonovick@users.noreply.github.com>2020-03-06 18:20:48 (GMT)
committerGitHub <noreply@github.com>2020-03-06 18:20:48 (GMT)
commite59334ebc9308b0f3ad048ef293c6b49e6456d1a (patch)
tree99faff2058d8c6a3922db51c72d5f81765a2bd9e /Misc
parent9a73705a1d0cb8b89d0a20add2ffa2c4d32950ed (diff)
downloadcpython-e59334ebc9308b0f3ad048ef293c6b49e6456d1a.zip
cpython-e59334ebc9308b0f3ad048ef293c6b49e6456d1a.tar.gz
cpython-e59334ebc9308b0f3ad048ef293c6b49e6456d1a.tar.bz2
bpo-17422: slightly more precise language (GH-18682)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Documentation/2020-02-27-17-35-27.bpo-17422.eS1hVh.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2020-02-27-17-35-27.bpo-17422.eS1hVh.rst b/Misc/NEWS.d/next/Documentation/2020-02-27-17-35-27.bpo-17422.eS1hVh.rst
new file mode 100644
index 0000000..bbec5ec
--- /dev/null
+++ b/Misc/NEWS.d/next/Documentation/2020-02-27-17-35-27.bpo-17422.eS1hVh.rst
@@ -0,0 +1,2 @@
+The language reference no longer restricts default class namespaces to dicts
+only.