File tree Expand file tree Collapse file tree 4 files changed +13
-6
lines changed Expand file tree Collapse file tree 4 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 19
19
#define PY_MAJOR_VERSION 3
20
20
#define PY_MINOR_VERSION 7
21
21
#define PY_MICRO_VERSION 6
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
24
24
25
25
/* Version as a string */
26
- #define PY_VERSION "3.7.6rc1+ "
26
+ #define PY_VERSION "3.7.6 "
27
27
/*--end constants--*/
28
28
29
29
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
- # Autogenerated by Sphinx on Wed Dec 11 00: 13:54 2019
2
+ # Autogenerated by Sphinx on Wed Dec 18 13:43:31 2019
3
3
topics = {'assert': 'The "assert" statement\n'
4
4
'**********************\n'
5
5
'\n'
Original file line number Diff line number Diff line change
1
+ .. bpo: 38295
2
+ .. date: 2019-12-17-03-43-04
3
+ .. nonce: hgDvlB
4
+ .. release date: 2019-12-18
5
+ .. section: macOS
6
+
7
+ Prevent failure of test_relative_path in test_py_compile on macOS Catalina.
Original file line number Diff line number Diff line change 1
- This is Python version 3.7.6 candidate 1+
2
- =========================================
1
+ This is Python version 3.7.6
2
+ ============================
3
3
4
4
.. image :: https://travis-ci.org/python/cpython.svg?branch=3.7
5
5
:alt: CPython build status on Travis CI
You can’t perform that action at this time.
0 commit comments