Skip to content
Snippets Groups Projects
Unverified Commit 1a79785e authored by Łukasz Langa's avatar Łukasz Langa
Browse files

Python 3.9.2

parent 13848875
No related branches found
No related tags found
No related merge requests found
...@@ -19,11 +19,11 @@ ...@@ -19,11 +19,11 @@
#define PY_MAJOR_VERSION 3 #define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 9 #define PY_MINOR_VERSION 9
#define PY_MICRO_VERSION 2 #define PY_MICRO_VERSION 2
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
#define PY_RELEASE_SERIAL 1 #define PY_RELEASE_SERIAL 0
/* Version as a string */ /* Version as a string */
#define PY_VERSION "3.9.2rc1+" #define PY_VERSION "3.9.2"
/*--end constants--*/ /*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
......
# -*- coding: utf-8 -*- # -*- 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' topics = {'assert': 'The "assert" statement\n'
'**********************\n' '**********************\n'
'\n' '\n'
......
.. 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``. :c:func:`PyCMethod_New` is now present in ``python3.lib``.
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 .. image:: https://travis-ci.org/python/cpython.svg?branch=3.9
:alt: CPython build status on Travis CI :alt: CPython build status on Travis CI
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment