Skip to content

Commit 1f18771

Browse files
committed
Merge tag 'v3.7.5' into 3.7
2 parents 796e8c8 + 5c02a39 commit 1f18771

File tree

4 files changed

+32
-6
lines changed

4 files changed

+32
-6
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 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.

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 Oct 1 13:12:46 2019
2+
# Autogenerated by Sphinx on Mon Oct 14 18:26:58 2019
33
topics = {'assert': 'The "assert" statement\n'
44
'**********************\n'
55
'\n'

Misc/NEWS.d/3.7.5.rst

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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.

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.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

0 commit comments

Comments
 (0)