File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919#define PY_MAJOR_VERSION 3
2020#define PY_MINOR_VERSION 7
2121#define PY_MICRO_VERSION 5
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.7.5rc1+ "
26+ #define PY_VERSION "3.7.5 "
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 Oct 1 13:12:46 2019
2+ # Autogenerated by Sphinx on Mon Oct 14 18:26:58 2019
33topics = {'assert': 'The "assert" statement\n'
44 '**********************\n'
55 '\n'
Original file line number Diff line number Diff line change 1+ .. bpo: 38368
2+ .. date: 2019-10-14-17-56-45
3+ .. nonce: c-5PhD
4+ .. release date: 2019-10-14
5+ .. section: Library
6+
7+ Prevent ctypes crash when handling arrays in structs/unions.
8+
9+ ..
10+
11+ .. bpo: 38449
12+ .. date: 2019-10-12-08-57-34
13+ .. nonce: 9TWMlz
14+ .. section: Library
15+
16+ Revert GH-15522, which introduces a regression in
17+ :meth: `mimetypes.guess_type ` due to improper handling of filenames as urls.
18+
19+ ..
20+
21+ .. bpo: 38344
22+ .. date: 2019-10-05-05-50-58
23+ .. nonce: scr2LO
24+ .. section: Windows
25+
26+ Fix syntax in activate.bat.
Original file line number Diff line number Diff line change 1- This is Python version 3.7.5 release candidate+
2- ===============================================
1+ This is Python version 3.7.5
2+ ============================
33
44.. image :: https://travis-ci.org/python/cpython.svg?branch=3.7
55 :alt: CPython build status on Travis CI
You can’t perform that action at this time.
0 commit comments