File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- +++++++++++
1+ +++++++++++
22Python News
33+++++++++++
44
9090
9191- Issue #17219: Add library build dir for Python extension cross-builds.
9292
93+ Windows
94+ -------
95+
96+ - Issue #22644: The bundled version of OpenSSL has been updated to 1.0.1j.
9397
9498What's New in Python 3.4.2?
9599===========================
Original file line number Diff line number Diff line change 2020 <sqlite3Dir >$(externalsDir)\sqlite-3.8.3.1</sqlite3Dir >
2121 <bz2Dir >$(externalsDir)\bzip2-1.0.6</bz2Dir >
2222 <lzmaDir >$(externalsDir)\xz-5.0.5</lzmaDir >
23- <opensslDir >$(externalsDir)\openssl-1.0.1i </opensslDir >
23+ <opensslDir >$(externalsDir)\openssl-1.0.1j </opensslDir >
2424 <tcltkDir >$(externalsDir)\tcltk</tcltkDir >
2525 <tcltk64Dir >$(externalsDir)\tcltk64</tcltk64Dir >
2626 <tcltkLib >$(tcltkDir)\lib\tcl86t.lib;$(tcltkDir)\lib\tk86t.lib</tcltkLib >
Original file line number Diff line number Diff line change 1111@ rem if exist tk-8.6.1.0 rd /s/q tk-8.6.1.0
1212@ rem if exist tix-8.4.3.4 rd /s/q tix-8.4.3.4
1313@ rem if exist db-4.4.20 rd /s/q db-4.4.20
14- @ rem if exist openssl-1.0.1i rd /s/q openssl-1.0.1i
14+ @ rem if exist openssl-1.0.1j rd /s/q openssl-1.0.1j
1515@ rem if exist sqlite-3.7.12 rd /s/q sqlite-3.7.12
1616
1717@ rem bzip
@@ -21,9 +21,9 @@ if not exist bzip2-1.0.6 (
2121)
2222
2323@ rem OpenSSL
24- if not exist openssl-1.0.1i (
25- rd /s/q openssl-1.0.1h
26- svn export http://svn.python.org/projects/external/openssl-1.0.1i
24+ if not exist openssl-1.0.1j (
25+ rd /s/q openssl-1.0.1i
26+ svn export http://svn.python.org/projects/external/openssl-1.0.1j
2727)
2828
2929@ rem tcl/tk
You can’t perform that action at this time.
0 commit comments