File tree Expand file tree Collapse file tree 4 files changed +14
-6
lines changed
Expand file tree Collapse file tree 4 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 1919#define PY_MAJOR_VERSION 3
2020#define PY_MINOR_VERSION 8
2121#define PY_MICRO_VERSION 8
22- #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
23- #define PY_RELEASE_SERIAL 1
22+ #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
23+ #define PY_RELEASE_SERIAL 0
2424
2525/* Version as a string */
26- #define PY_VERSION "3.8.8rc1+ "
26+ #define PY_VERSION "3.8.8 "
2727/*--end constants--*/
2828
2929/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
2- # Autogenerated by Sphinx on Tue Feb 16 19:10:16 2021
2+ # Autogenerated by Sphinx on Fri Feb 19 11:26:48 2021
33topics = {'assert': 'The "assert" statement\n'
44 '**********************\n'
55 '\n'
Original file line number Diff line number Diff line change 1+ .. bpo: 0
2+ .. date: 2021-02-19
3+ .. no changes: True
4+ .. nonce: -KzyCx
5+ .. release date: 2021-02-19
6+ .. section: Library
7+
8+ There were no new changes in version 3.8.8.
Original file line number Diff line number Diff line change 1- This is Python version 3.8.8rc1
2- ===============================
1+ This is Python version 3.8.8
2+ ============================
33
44.. image :: https://travis-ci.org/python/cpython.svg?branch=3.8
55 :alt: CPython build status on Travis CI
You can’t perform that action at this time.
0 commit comments