[Python-checkins] r85136 - python/branches/release27-maint/PCbuild/build_ssl.py

hirokazu.yamamoto python-checkins at python.org
Fri Oct 1 12:48:47 CEST 2010


Author: hirokazu.yamamoto
Date: Fri Oct  1 12:48:47 2010
New Revision: 85136

Log:
Cosmetic fix to use print function.

Modified:
   python/branches/release27-maint/PCbuild/build_ssl.py

Modified: python/branches/release27-maint/PCbuild/build_ssl.py
==============================================================================
--- python/branches/release27-maint/PCbuild/build_ssl.py	(original)
+++ python/branches/release27-maint/PCbuild/build_ssl.py	Fri Oct  1 12:48:47 2010
@@ -1,4 +1,4 @@
-from __future__ import with_statement
+from __future__ import with_statement, print_function
 # Script for building the _ssl and _hashlib modules for Windows.
 # Uses Perl to setup the OpenSSL environment correctly
 # and build OpenSSL, then invokes a simple nmake session


More information about the Python-checkins mailing list