3.7.6
This commit is contained in:
parent
13ee023c03
commit
43364a7ae0
|
@ -19,11 +19,11 @@
|
|||
#define PY_MAJOR_VERSION 3
|
||||
#define PY_MINOR_VERSION 7
|
||||
#define PY_MICRO_VERSION 6
|
||||
#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.7.6rc1+"
|
||||
#define PY_VERSION "3.7.6"
|
||||
/*--end constants--*/
|
||||
|
||||
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Autogenerated by Sphinx on Wed Dec 11 00:13:54 2019
|
||||
# Autogenerated by Sphinx on Wed Dec 18 13:43:31 2019
|
||||
topics = {'assert': 'The "assert" statement\n'
|
||||
'**********************\n'
|
||||
'\n'
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
.. bpo: 38295
|
||||
.. date: 2019-12-17-03-43-04
|
||||
.. nonce: hgDvlB
|
||||
.. release date: 2019-12-18
|
||||
.. section: macOS
|
||||
|
||||
Prevent failure of test_relative_path in test_py_compile on macOS Catalina.
|
|
@ -1 +0,0 @@
|
|||
Prevent failure of test_relative_path in test_py_compile on macOS Catalina.
|
|
@ -1,5 +1,5 @@
|
|||
This is Python version 3.7.6 candidate 1+
|
||||
=========================================
|
||||
This is Python version 3.7.6
|
||||
============================
|
||||
|
||||
.. image:: https://travis-ci.org/python/cpython.svg?branch=3.7
|
||||
:alt: CPython build status on Travis CI
|
||||
|
|
Loading…
Reference in New Issue