summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2021-02-19 11:28:41 +0100
committerŁukasz Langa <lukasz@langa.pl>2021-02-19 11:28:41 +0100
commit024d8058b0cb2b13dfd65c8e3804a6b194a151ba (patch)
tree3e987ba3a3340a21062ea0e2a8e5e8bd324072e8
parent8a42eb1492dec2ec0cc79146f0c817acb7328b19 (diff)
downloadcpython-git-024d8058b0cb2b13dfd65c8e3804a6b194a151ba.tar.gz
Python 3.8.8v3.8.8
-rw-r--r--Include/patchlevel.h6
-rw-r--r--Lib/pydoc_data/topics.py2
-rw-r--r--Misc/NEWS.d/3.8.8.rst8
-rw-r--r--README.rst4
4 files changed, 14 insertions, 6 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 5ed226c9e9..b4dbb02aba 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -19,11 +19,11 @@
#define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 8
#define PY_MICRO_VERSION 8
-#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.8.8rc1+"
+#define PY_VERSION "3.8.8"
/*--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 ebdab5733b..475c256be5 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 19:10:16 2021
+# Autogenerated by Sphinx on Fri Feb 19 11:26:48 2021
topics = {'assert': 'The "assert" statement\n'
'**********************\n'
'\n'
diff --git a/Misc/NEWS.d/3.8.8.rst b/Misc/NEWS.d/3.8.8.rst
new file mode 100644
index 0000000000..b6fc112ce9
--- /dev/null
+++ b/Misc/NEWS.d/3.8.8.rst
@@ -0,0 +1,8 @@
+.. bpo: 0
+.. date: 2021-02-19
+.. no changes: True
+.. nonce: -KzyCx
+.. release date: 2021-02-19
+.. section: Library
+
+There were no new changes in version 3.8.8.
diff --git a/README.rst b/README.rst
index d6d9c5b2b1..18223f9f4e 100644
--- a/README.rst
+++ b/README.rst
@@ -1,5 +1,5 @@
-This is Python version 3.8.8rc1
-===============================
+This is Python version 3.8.8
+============================
.. image:: https://travis-ci.org/python/cpython.svg?branch=3.8
:alt: CPython build status on Travis CI