[Python-checkins] Python 3.9.2

ambv webhook-mailer at python.org
Fri Feb 19 07:33:20 EST 2021


https://github.com/python/cpython/commit/1a79785e3e8fea80bcf6a800b45a04e06c787480
commit: 1a79785e3e8fea80bcf6a800b45a04e06c787480
branch: 3.9
author: Łukasz Langa <lukasz at langa.pl>
committer: ambv <lukasz at langa.pl>
date: 2021-02-19T13:31:44+01:00
summary:

Python 3.9.2

files:
A Misc/NEWS.d/3.9.2.rst
D Misc/NEWS.d/next/Windows/2021-02-10-04-16-51.bpo-43155.O1tURk.rst
M Include/patchlevel.h
M Lib/pydoc_data/topics.py
M README.rst

diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 1e84a276d8363..a23b2f15f79f9 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -19,11 +19,11 @@
 #define PY_MAJOR_VERSION        3
 #define PY_MINOR_VERSION        9
 #define PY_MICRO_VERSION        2
-#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.9.2rc1+"
+#define PY_VERSION              "3.9.2"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
diff --git a/Lib/pydoc_data/topics.py b/Lib/pydoc_data/topics.py
index acaae371aeb22..ae896c2e5afd6 100644
--- a/Lib/pydoc_data/topics.py
+++ b/Lib/pydoc_data/topics.py
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Autogenerated by Sphinx on Tue Feb 16 21:03:59 2021
+# Autogenerated by Sphinx on Fri Feb 19 13:29:38 2021
 topics = {'assert': 'The "assert" statement\n'
            '**********************\n'
            '\n'
diff --git a/Misc/NEWS.d/3.9.2.rst b/Misc/NEWS.d/3.9.2.rst
new file mode 100644
index 0000000000000..a2756a9f9e076
--- /dev/null
+++ b/Misc/NEWS.d/3.9.2.rst
@@ -0,0 +1,7 @@
+.. bpo: 43155
+.. date: 2021-02-10-04-16-51
+.. nonce: O1tURk
+.. release date: 2021-02-19
+.. section: Windows
+
+:c:func:`PyCMethod_New` is now present in ``python3.lib``.
diff --git a/Misc/NEWS.d/next/Windows/2021-02-10-04-16-51.bpo-43155.O1tURk.rst b/Misc/NEWS.d/next/Windows/2021-02-10-04-16-51.bpo-43155.O1tURk.rst
deleted file mode 100644
index 2eeef2b0ea27a..0000000000000
--- a/Misc/NEWS.d/next/Windows/2021-02-10-04-16-51.bpo-43155.O1tURk.rst
+++ /dev/null
@@ -1 +0,0 @@
-:c:func:`PyCMethod_New` is now present in ``python3.lib``.
diff --git a/README.rst b/README.rst
index a2d2b83180687..0a36bc16a958b 100644
--- a/README.rst
+++ b/README.rst
@@ -1,5 +1,5 @@
-This is Python version 3.9.2rc1
-===============================
+This is Python version 3.9.2
+============================
 
 .. image:: https://travis-ci.org/python/cpython.svg?branch=3.9
    :alt: CPython build status on Travis CI



More information about the Python-checkins mailing list