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 <rep...@bugs.python.org>
<http://bugs.python.org/issue23274>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to