Message224011
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/57qdjdrx6gzgcq1zlym0xwfc0000gn/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`? |
|
Date |
User |
Action |
Args |
2014-07-25 23:08:25 | alex | set | recipients:
+ alex |
2014-07-25 23:08:25 | alex | set | messageid: <1406329705.02.0.672506438124.issue22074@psf.upfronthosting.co.za> |
2014-07-25 23:08:24 | alex | link | issue22074 messages |
2014-07-25 23:08:24 | alex | create | |
|