[issue22074] Lib/test/make_ssl_certs.py fails with NameError

2014-07-26 Thread Antoine Pitrou
Antoine Pitrou added the comment: Good catch, this is now solved. -- resolution: -> fixed stage: -> resolved status: open -> closed type: -> behavior versions: +Python 3.4 ___ Python tracker

[issue22074] Lib/test/make_ssl_certs.py fails with NameError

2014-07-26 Thread Roundup Robot
Roundup Robot added the comment: New changeset 83628d9e1035 by Antoine Pitrou in branch '3.4': Issue #22074: Fix Lib/test/make_ssl_certs.py http://hg.python.org/cpython/rev/83628d9e1035 New changeset 17f46a7b1125 by Antoine Pitrou in branch 'default': Issue #22074: Fix Lib/test/make_ssl_certs.py

[issue22074] Lib/test/make_ssl_certs.py fails with NameError

2014-07-25 Thread Alex Gaynor
New submission from Alex Gaynor: This is on default: $ python3 Lib/test/make_ssl_certs.py creating cert for localhost Generating a 1024 bit RSA private key .++ ++ writing new private key to '/var/folders/fm/57qdjdrx6gzgcq1zlym0xwfc000

[issue22074] Lib/test/make_ssl_certs.py fails with NameError

2014-07-25 Thread Alex Gaynor
Changes by Alex Gaynor : -- nosy: +christian.heimes, dstufft, giampaolo.rodola, janssen, pitrou ___ Python tracker ___ ___ Python-bugs