summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2020-03-10 06:11:12 (GMT)
committerNed Deily <nad@python.org>2020-03-10 06:11:12 (GMT)
commitd7c567b08f9d7d6aef21b881340a2b72731129db (patch)
tree669cc27618c6e9e9883740c3835dd9a7481d41f3 /Misc
parente7ca2d3e6a83668e0176a0f5eccfb249fb2738da (diff)
downloadcpython-3.7.7.zip
cpython-3.7.7.tar.gz
cpython-3.7.7.tar.bz2
3.7.7v3.7.7
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/3.7.7.rst19
-rw-r--r--Misc/NEWS.d/next/Documentation/2020-02-27-17-35-27.bpo-17422.eS1hVh.rst2
-rw-r--r--Misc/NEWS.d/next/Library/2020-03-04-16-10-59.bpo-13487.gqe4Fb.rst3
3 files changed, 19 insertions, 5 deletions
diff --git a/Misc/NEWS.d/3.7.7.rst b/Misc/NEWS.d/3.7.7.rst
new file mode 100644
index 0000000..9355f8c
--- /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.
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
deleted file mode 100644
index bbec5ec..0000000
--- a/Misc/NEWS.d/next/Documentation/2020-02-27-17-35-27.bpo-17422.eS1hVh.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-The language reference no longer restricts default class namespaces to dicts
-only.
diff --git a/Misc/NEWS.d/next/Library/2020-03-04-16-10-59.bpo-13487.gqe4Fb.rst b/Misc/NEWS.d/next/Library/2020-03-04-16-10-59.bpo-13487.gqe4Fb.rst
deleted file mode 100644
index 5a1f02a..0000000
--- a/Misc/NEWS.d/next/Library/2020-03-04-16-10-59.bpo-13487.gqe4Fb.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-Avoid a possible *"RuntimeError: dictionary changed size during iteration"*
-from :func:`inspect.getmodule` when it tried to loop through
-:attr:`sys.modules`.