[issue23274] make_ssl_data.py in Python 2.7.9 needs Python 3 to run

Michael Schlenker report at bugs.python.org
Mon Jan 19 18:59:47 CET 2015


New submission from Michael Schlenker:

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.

----------
components: Demos and Tools
messages: 234320
nosy: schlenk
priority: normal
severity: normal
status: open
title: make_ssl_data.py in Python 2.7.9 needs Python 3 to run
type: enhancement

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23274>
_______________________________________


More information about the Python-bugs-list mailing list