[issue27407] prepare_ssl.py missing in PCBuild folder

2016-09-05 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8955049a79aa by Zachary Ware in branch '2.7': Issue #27407: Add prepare_ssl.py to 2.7 https://hg.python.org/cpython/rev/8955049a79aa New changeset 32552131d8cb by Zachary Ware in branch '2.7': Issue #27407: Make PCbuild/prepare_ssl.py Python 2 compa

[issue27407] prepare_ssl.py missing in PCBuild folder

2016-07-17 Thread Steve Dower
Steve Dower added the comment: Giving this to Zach to resolve/close as he feels appropriate. -- assignee: -> zach.ware ___ Python tracker ___ ___

[issue27407] prepare_ssl.py missing in PCBuild folder

2016-06-28 Thread Zachary Ware
Zachary Ware added the comment: You can also use PC/VS9.0/build_ssl.py which was the progenitor of prepare_ssl.py. The project files in PC/VS9.0 will use build_ssl.py by default. FTR, I'm good with copying prepare_ssl.py to 2.7, and even with ensuring that it's 2.7 compatible (it probably alre

[issue27407] prepare_ssl.py missing in PCBuild folder

2016-06-28 Thread Steve Dower
Steve Dower added the comment: It would need someone to volunteer to port and maintain it. I don't believe any of the current team want to maintain two different versions of the script, considering we all use Python 3 and have it available when updating the version of OpenSSL used. --

[issue27407] prepare_ssl.py missing in PCBuild folder

2016-06-28 Thread George Ge
George Ge added the comment: I see. Would it be possible to have a version of prepare_ssl.py written in 2.7 for the official source releases? -- ___ Python tracker ___ _

[issue27407] prepare_ssl.py missing in PCBuild folder

2016-06-28 Thread Steve Dower
Steve Dower added the comment: It can be found at PCbuild/prepare_ssl.py in the default branch. Copying it into the 2.7 branch wouldn't hurt I guess, and I'm okay with having build scripts in there that depend on Python 3 ;) -- ___ Python tracker <

[issue27407] prepare_ssl.py missing in PCBuild folder

2016-06-28 Thread George Ge
New submission from George Ge: The readme.txt file in the PCBuild folder in Python 2.7.11 and 2.7.12 sources both contain instructions on how to configure to build a different OpenSSL version using PCbuild\prepare_ssl.py, but this file is missing on both versions. -- components: Instal