[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
http://hg.python.org/cpython/rev/17f46a7b1125

--
nosy: +python-dev

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue22074
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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



[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/57qdjdrx6gzgcq1zlym0xwfcgn/T/tmpbfrqx7mo'
-
password protecting ssl_key.pem in ssl_key.passwd.pem
writing RSA key
writing RSA key
Traceback (most recent call last):
  File Lib/test/make_ssl_certs.py, line 158, in module
make_ca()
  File Lib/test/make_ssl_certs.py, line 118, in make_ca
r.write(00)
NameError: name 'r' is not defined


I can't see anything that ought to be assigning `r`, perhaps it's supposed to 
be `f`?

--
components: Library (Lib), Tests
messages: 224011
nosy: alex
priority: normal
severity: normal
status: open
title: Lib/test/make_ssl_certs.py fails with NameError
versions: Python 3.5

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue22074
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2014-07-25 Thread Alex Gaynor

Changes by Alex Gaynor alex.gay...@gmail.com:


--
nosy: +christian.heimes, dstufft, giampaolo.rodola, janssen, pitrou

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue22074
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com