3.6.6 final · pythoncapi/cpython@4cf1f54 · GitHub
Skip to content

Commit 4cf1f54

Browse files
committed
3.6.6 final
1 parent 1015e38 commit 4cf1f54

7 files changed

Lines changed: 37 additions & 18 deletions

File tree

Doc/tools/static/switchers.js

Lines changed: 1 addition & 1 deletion

Doc/tools/templates/indexsidebar.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ <h3>{% trans %}Download{% endtrans %}</h3>
33
<h3>{% trans %}Docs for other versions{% endtrans %}</h3>
44
<ul>
55
<li><a href="https://docs.python.org/3.8/">{% trans %}Python 3.8 (in development){% endtrans %}</a></li>
6-
<li><a href="https://docs.python.org/3.7/">{% trans %}Python 3.7 (pre-release){% endtrans %}</a></li>
7-
<li><a href="https://docs.python.org/3.5/">{% trans %}Python 3.5 (stable){% endtrans %}</a></li>
6+
<li><a href="https://docs.python.org/3.7/">{% trans %}Python 3.7 (stable){% endtrans %}</a></li>
7+
<li><a href="https://docs.python.org/3.5/">{% trans %}Python 3.5 (security-fixes){% endtrans %}</a></li>
88
<li><a href="https://docs.python.org/2.7/">{% trans %}Python 2.7 (stable){% endtrans %}</a></li>
99
<li><a href="https://www.python.org/doc/versions/">{% trans %}Old versions{% endtrans %}</a></li>
1010
</ul>

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 6
2121
#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
2424

2525
/* Version as a string */
26-
#define PY_VERSION "3.6.6rc1"
26+
#define PY_VERSION "3.6.6"
2727
/*--end constants--*/
2828

2929
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.

Mac/BuildScript/resources/ReadMe.rtf

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,10 @@
99
\
1010
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural\partightenfactor0
1111

12-
\b \cf0 \ul \ulc0 Which installer variant should I use? [CHANGED in 3.6.5]
12+
\b \cf0 \ul \ulc0 Which installer variant should I use? [CHANGED in 3.6.6]
1313
\b0 \ulnone \
1414
\
15-
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural\partightenfactor0
16-
17-
\b \cf0 **NEW**
18-
\b0 With Python 3.6.5, the python.org website now provides two installer variants for download: one that installs a
15+
With Python 3.6.5, the python.org website now provides two installer variants for download: one that installs a
1916
\i 64-bit-only
2017
\i0 Python capable of running on
2118
\i macOS 10.9 (Mavericks)
@@ -26,9 +23,14 @@
2623
\i0 or later. (This ReadMe was installed with the
2724
\i $MACOSX_DEPLOYMENT_TARGET
2825
\i0 variant.) Previous Python 3.6.x releases only provided the 10.6 or later installer. If you are running on macOS 10.9 or later and if you have no need for compatibility with older systems, use the 10.9 variant. Use the 10.6 variant if you are running on macOS 10.6 through 10.8, if you need to maintain compatibility with previous 3.6.x releases, or if you want to produce standalone applications that can run on systems from 10.6. The Pythons installed by these installers are built with private copies of some third-party libraries not included with or newer than those in macOS itself. The list of these libraries varies by installer variant and is included at the end of the License.rtf file.\
26+
\
27+
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\partightenfactor0
28+
29+
\b \cf0 CHANGED in 3.6.6:
30+
\b0 the 10.9+ 64-bit-only installer variant is now the default download. The 10.6+ variant is available from the $FULL_VERSION release page.\
2931
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural\partightenfactor0
3032

31-
\b \cf0 \ul \ulc0 \
33+
\b \cf0 \ul \
3234
Certificate verification and OpenSSL\
3335
3436
\b0 \ulnone \
@@ -56,13 +58,19 @@ The bundled
5658
\
5759
The 10.9+ installer variant comes with its own private version of Tcl/Tk 8.6. It does not use system-supplied or third-party supplied versions of Tcl/Tk.\
5860
\
59-
For the 10.6+ variant, you continue to need to install a newer third-party version of the
61+
For the 10.6+ variant in 3.6.6, you continue to need to install a newer third-party version of the
6062
\i Tcl/Tk
6163
\i0 8.5 (not 8.6) frameworks to use IDLE or other programs that use the Tkinter graphical user interface toolkit. Visit {\field{\*\fldinst{HYPERLINK "https://www.python.org/download/mac/tcltk/"}}{\fldrslt https://www.python.org/download/mac/tcltk/}} for current information about supported and recommended versions of
6264
\i Tcl/Tk
6365
\i0 for this version of Python and of macOS.\
66+
\
67+
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural\partightenfactor0
6468

65-
\b \ul \
69+
\b \cf0 NOTE:
70+
\b0 As of the next 3.6.x release, 3.6.7, the 10.6+ variant will also include Tcl/Tk 8.6.\
71+
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural\partightenfactor0
72+
73+
\b \cf0 \ul \
6674
Other changes\
6775
6876
\b0 \ulnone \

Mac/BuildScript/resources/Welcome.rtf

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{\rtf1\ansi\ansicpg1252\cocoartf1561\cocoasubrtf200
1+
{\rtf1\ansi\ansicpg1252\cocoartf1561\cocoasubrtf400
22
\cocoascreenfonts1{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
33
{\colortbl;\red255\green255\blue255;}
44
{\*\expandedcolortbl;;}
@@ -21,4 +21,7 @@
2121

2222
\b NEW in 3.6.5:
2323
\b0 two installer variants (10.9+ 64-bit-only, 10.6+ 64-/32-bit), built-in Tcl/Tk 8.6 support in the 10.9+ variant (no additional third-party downloads!)\
24-
}
24+
\
25+
26+
\b CHANGED in 3.6.6:
27+
\b0 the 10.9+ 64-bit-only installer variant is now the default download}

Misc/NEWS.d/3.6.6.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
.. bpo: 0
2+
.. date: 2018-06-27
3+
.. no changes: True
4+
.. nonce: IWyX1H
5+
.. release date: 2018-06-27
6+
.. section: Library
7+
8+
There were no new changes in version 3.6.6.

README.rst

Lines changed: 2 additions & 2 deletions

0 commit comments

Comments
 (0)