File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8989- Issue #15759: "make suspicious", "make linkcheck" and "make doctest" in Doc/
9090 now display special message when and only when there are failures.
9191
92+ Windows
93+ -------
94+
95+ - Issue #22160: The bundled version of OpenSSL has been updated to 1.0.1i.
96+
9297
9398What's New in Python 2.7.8?
9499===========================
Original file line number Diff line number Diff line change 8282 />
8383 <UserMacro
8484 Name=" opensslDir"
85- Value=" $(externalsDir)\openssl-1.0.1h "
85+ Value=" $(externalsDir)\openssl-1.0.1i "
8686 />
8787 <UserMacro
8888 Name=" tcltkDir"
Original file line number Diff line number Diff line change 2323@ rem if exist openssl-0.9.8y rd /s/q openssl-0.9.8y
2424@ rem if exist openssl-1.0.1g rd /s/q openssl-1.0.1g
2525@ rem if exist openssl-1.0.1h rd /s/q openssl-1.0.1h
26+ @ rem if exist openssl-1.0.1i rd /s/q openssl-1.0.1i
2627@ rem if exist sqlite-3.6.21 rd /s/q sqlite-3.6.21
2728
2829@ rem bzip
@@ -36,8 +37,8 @@ if exist db-4.4.20 rd /s/q db-4.4.20
3637if not exist db-4.7.25.0 svn export http://svn.python.org/projects/external/db-4.7.25.0
3738
3839@ rem OpenSSL
39- if exist openssl-1.0.1g rd /s/q openssl-1.0.1g
40- if not exist openssl-1.0.1h svn export http://svn.python.org/projects/external/openssl-1.0.1h
40+ if exist openssl-1.0.1h rd /s/q openssl-1.0.1h
41+ if not exist openssl-1.0.1i svn export http://svn.python.org/projects/external/openssl-1.0.1i
4142
4243@ rem tcl/tk
4344if not exist tcl-8.5.15.0 (
You can’t perform that action at this time.
0 commit comments