This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author schlenk
Recipients schlenk
Date 2015-01-19.17:59:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1421690387.01.0.101283593365.issue23274@psf.upfronthosting.co.za>
In-reply-to
Content
The make_ssl_data.py script in Tools/ssl/ needs a python3 to run due to the usage of open(..., encoding='latin1').

This makes usage on a host without python3 installed more complex than needed. It should use io.open(...) to run on both python3 and python2.
History
Date User Action Args
2015-01-19 17:59:47schlenksetrecipients: + schlenk
2015-01-19 17:59:47schlenksetmessageid: <1421690387.01.0.101283593365.issue23274@psf.upfronthosting.co.za>
2015-01-19 17:59:46schlenklinkissue23274 messages
2015-01-19 17:59:46schlenkcreate