]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
3.7.7 v3.7.7
authorNed Deily <nad@python.org>
Tue, 10 Mar 2020 06:11:12 +0000 (02:11 -0400)
committerNed Deily <nad@python.org>
Tue, 10 Mar 2020 06:11:12 +0000 (02:11 -0400)
Include/patchlevel.h
Lib/pydoc_data/topics.py
Misc/NEWS.d/3.7.7.rst [new file with mode: 0644]
Misc/NEWS.d/next/Documentation/2020-02-27-17-35-27.bpo-17422.eS1hVh.rst [deleted file]
Misc/NEWS.d/next/Library/2020-03-04-16-10-59.bpo-13487.gqe4Fb.rst [deleted file]
README.rst

index 400ba66ad3386339f94d1e9903397ac14b1bec75..dbe6b10852db5f71b8a6a2944ad6213bfe137e98 100644 (file)
 #define PY_MAJOR_VERSION        3
 #define PY_MINOR_VERSION        7
 #define PY_MICRO_VERSION        7
-#define PY_RELEASE_LEVEL        PY_RELEASE_LEVEL_GAMMA
-#define PY_RELEASE_SERIAL       1
+#define PY_RELEASE_LEVEL        PY_RELEASE_LEVEL_FINAL
+#define PY_RELEASE_SERIAL       0
 
 /* Version as a string */
-#define PY_VERSION              "3.7.7rc1+"
+#define PY_VERSION              "3.7.7"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
index 7ca16fb4b2c6cb433f71672a7362409dbffde194..4cfca96a09b5a04bb0482f0842e6d517c0863290 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Autogenerated by Sphinx on Wed Mar  4 02:29:35 2020
+# Autogenerated by Sphinx on Tue Mar 10 02:06:42 2020
 topics = {'assert': 'The "assert" statement\n'
            '**********************\n'
            '\n'
@@ -8920,7 +8920,7 @@ topics = {'assert': 'The "assert" statement\n'
                  '\n'
                  'If the metaclass has no "__prepare__" attribute, then the '
                  'class\n'
-                 'namespace is initialised as an empty "dict()".\n'
+                 'namespace is initialised as an empty ordered mapping.\n'
                  '\n'
                  'See also:\n'
                  '\n'
diff --git a/Misc/NEWS.d/3.7.7.rst b/Misc/NEWS.d/3.7.7.rst
new file mode 100644 (file)
index 0000000..9355f8c
--- /dev/null
@@ -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 (file)
index bbec5ec..0000000
+++ /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 (file)
index 5a1f02a..0000000
+++ /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`.
index 383bcdb44a1efc566a0e89a56e1b5515b2d86a45..906e9da103245b2e1c4547db36b66322ef7d3fe9 100644 (file)
@@ -1,5 +1,5 @@
-This is Python version 3.7.7 candidate 1+
-=========================================
+This is Python version 3.7.7
+============================
 
 .. image:: https://travis-ci.org/python/cpython.svg?branch=3.7
    :alt: CPython build status on Travis CI