8000 3.7.2final · thatch/cpython@9a3ffc0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9a3ffc0

Browse files
committed
3.7.2final
1 parent 92f9024 commit 9a3ffc0

File tree

8 files changed

+44
-14
lines changed

8 files changed

+44
-14
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 2
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.2rc1"
26+
#define PY_VERSION "3.7.2"
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 Dec 11 16:32:31 2018
2+
# Autogenerated by Sphinx on Sun Dec 23 16:24:58 2018
33
topics = {'assert': 'The "assert" statement\n'
44
'**********************\n'
55
'\n'

Misc/NEWS.d/3.7.2.rst

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
.. bpo: 31715
2+
.. date: 2018-08-15-16-22-30
3+
.. nonce: Iw8jS8
4+
.. release date: 2018-12-23
5+
.. section: Library
6+
7+
Associate ``.mjs`` file extension with ``application/javascript`` MIME Type.
8+
9+
..
10+
11+
.. bpo: 35499
12+
.. date: 2018-12-14-19-36-05
13+
.. nonce: 9yAldM
14+
.. section: Build
15+
16+
``make profile-opt`` no longer replaces ``CFLAGS_NODIST`` with ``CFLAGS``.
17+
It now adds profile-guided optimization (PGO) flags to ``CFLAGS_NODIST``:
18+
existing ``CFLAGS_NODIST`` flags are kept.
19+
20+
..
21+
22+
.. bpo: 35257
23+
.. date: 2018-12-05-22-28-40
24+
.. nonce: dmcd_s
25+
.. section: Build
26+
27+
Avoid leaking the linker flags from Link Time Optimizations (LTO) into
28+
distutils when compiling C extensions.
29+
30+
..
31+
32+
.. bpo: 35259
33+
.. date: 2018-11-22-13-52-36
34+
.. nonce: p07c61
35+
.. section: C API
36+
37+
Conditionally declare :c:func:`Py_FinalizeEx()` (new in 3.6) based on
38+
Py_LIMITED_API. Patch by Arthur Neufeld.

Misc/NEWS.d/next/Build/2018-12-05-22-28-40.bpo-35257.dmcd_s.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

Misc/NEWS.d/next/Build/2018-12-14-19-36-05.bpo-35499.9yAldM.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

Misc/NEWS.d/next/C API/2018-11-22-13-52-36.bpo-35259.p07c61.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

Misc/NEWS.d/next/Library/2018-08-15-16-22-30.bpo-31715.Iw8jS8.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

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.2 candidate 1
2-
========================================
1+
This is Python version 3.7.2
2+
============================
33

44
.. image:: https://travis-ci.org/python/cpython.svg?branch=master
55
:alt: CPython build status on Travis CI

0 commit comments

Comments
 (0)
0