summaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/3.7.7.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/3.7.7.rst')
-rw-r--r--Misc/NEWS.d/3.7.7.rst19
1 files changed, 19 insertions, 0 deletions
diff --git a/Misc/NEWS.d/3.7.7.rst b/Misc/NEWS.d/3.7.7.rst
new file mode 100644
index 0000000000..9355f8cfbd
--- /dev/null
+++ b/Misc/NEWS.d/3.7.7.rst
@@ -0,0 +1,19 @@
+.. bpo: 13487
+.. date: 2020-03-04-16-10-59
+.. nonce: gqe4Fb
+.. release date: 2020-03-10
+.. section: Library
+
+Avoid a possible *"RuntimeError: dictionary changed size during iteration"*
+from :func:`inspect.getmodule` when it tried to loop through
+:attr:`sys.modules`.
+
+..
+
+.. bpo: 17422
+.. date: 2020-02-27-17-35-27
+.. nonce: eS1hVh
+.. section: Documentation
+
+The language reference no longer restricts default class namespaces to dicts
+only.