8000 Python 3.9.2 · faster-cpython/cpython@1a79785 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1a79785

Browse files
committed
Python 3.9.2
1 parent 1384887 commit 1a79785

File tree

5 files changed

+13
-7
lines changed

5 files changed

+13
-7
lines changed

Include/patchlevel.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
#define PY_MAJOR_VERSION 3
2020
#define PY_MINOR_VERSION 9
2121
#define PY_MICRO_VERSION 2
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.9.2rc1+"
26+
#define PY_VERSION "3.9.2"
2727
/*--end constants--*/
2828

2929
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.

Lib/pydoc_data/topics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Autogenerated by Sphinx on Tue Feb 16 21:03:59 2021
2+
# Autogenerated by Sphinx on Fri Feb 19 13:29:38 2021
33
topics = {'assert': 'The "assert" statement\n'
44
'**********************\n'
55
'\n'

Misc/NEWS.d/3.9.2.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.. bpo: 43155
2+
.. date: 2021-02-10-04-16-51
3+
.. nonce: O1tURk
4+
.. release date: 2021-02-19
5+
.. section: Windows
6+
7+
:c:func:`PyCMethod_New` is now present in ``python3.lib``.

Misc/NEWS.d/next/Windows/2021-02-10-04-16-51.bpo-43155.O1tURk.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
This is Python version 3.9.2rc1
2-
===============================
1+
This is Python version 3.9.2
2+
============================
33

44
.. image:: https://travis-ci.org/python/cpython.svg?branch=3.9
55
:alt: CPython build status on Travis CI

0 commit comments

Comments
 (0)
0