[issue10752] build_ssl.py is relying on unreliable behaviour of os.popen

Tim Golden report at bugs.python.org
Fri May 9 11:56:10 CEST 2014


Tim Golden added the comment:

Here's a patch against build_ssl which uses subprocess.check_output and very slightly simplifies the output. It successfully finds ActivePerl and builds from source; and uses the svn export files when it's not.

I've targetted the development branch; don't know if there's mileage in backporting.

----------
keywords: +patch
Added file: http://bugs.python.org/file35198/issue10752.patch

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


More information about the Python-bugs-list mailing list