Skip to content
Snippets Groups Projects
Commit 6ec5cf24 authored by Ned Deily's avatar Ned Deily
Browse files

3.6.7final

parent 92fe93e4
No related branches found
No related tags found
No related merge requests found
...@@ -19,11 +19,11 @@ ...@@ -19,11 +19,11 @@
#define PY_MAJOR_VERSION 3 #define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 6 #define PY_MINOR_VERSION 6
#define PY_MICRO_VERSION 7 #define PY_MICRO_VERSION 7
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
#define PY_RELEASE_SERIAL 2 #define PY_RELEASE_SERIAL 0
/* Version as a string */ /* Version as a string */
#define PY_VERSION "3.6.7rc2" #define PY_VERSION "3.6.7"
/*--end constants--*/ /*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
......
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Autogenerated by Sphinx on Sat Oct 13 02:42:51 2018 # Autogenerated by Sphinx on Sat Oct 20 01:13:41 2018
topics = {'assert': 'The "assert" statement\n' topics = {'assert': 'The "assert" statement\n'
'**********************\n' '**********************\n'
'\n' '\n'
...@@ -5320,8 +5320,7 @@ ...@@ -5320,8 +5320,7 @@
' 3232235521\n' ' 3232235521\n'
' >>>\n' ' >>>\n'
' >>> width = 5\n' ' >>> width = 5\n'
' >>> for num in range(5,12): #doctest: ' ' >>> for num in range(5,12): \n'
'+NORMALIZE_WHITESPACE\n'
" ... for base in 'dXob':\n" " ... for base in 'dXob':\n"
" ... print('{0:{width}{base}}'.format(num, " " ... print('{0:{width}{base}}'.format(num, "
"base=base, width=width), end=' ')\n" "base=base, width=width), end=' ')\n"
......
.. bpo: 0
.. date: 2018-10-20
.. no changes: True
.. nonce: 66tWQH
.. release date: 2018-10-20
.. section: Library
There were no new changes in version 3.6.7.
...@@ -69,6 +69,18 @@ system clock is adjusted. ...@@ -69,6 +69,18 @@ system clock is adjusted.
.. ..
.. bpo: 34521
.. date: 2018-10-13-19-15-23
.. nonce: YPaiTK
.. release date: 2018-10-20
.. section: Library
Use :func:`socket.CMSG_SPACE` to calculate ancillary data size instead of
:func:`socket.CMSG_LEN` in :func:`multiprocessing.reduction.recvfds` as
:rfc:`3542` requires the use of the former for portable applications.
..
.. bpo: 34282 .. bpo: 34282
.. date: 2018-09-02-13-33-35 .. date: 2018-09-02-13-33-35
.. nonce: ztyXH8 .. nonce: ztyXH8
......
Use :func:`socket.CMSG_SPACE` to calculate ancillary data size instead of
:func:`socket.CMSG_LEN` in :func:`multiprocessing.reduction.recvfds` as
:rfc:`3542` requires the use of the former for portable applications.
This is Python version 3.6.7 candidate 2 This is Python version 3.6.7
======================================== ============================
.. image:: https://travis-ci.org/python/cpython.svg?branch=3.6 .. image:: https://travis-ci.org/python/cpython.svg?branch=3.6
:alt: CPython build status on Travis CI :alt: CPython build status on Travis CI
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment