This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2014年07月25日 23:08 by alex, last changed 2022年04月11日 14:58 by admin. This issue is now closed.
| Messages (3) | |||
|---|---|---|---|
| msg224011 - (view) | Author: Alex Gaynor (alex) * (Python committer) | Date: 2014年07月25日 23:08 | |
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`? |
|||
| msg224067 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2014年07月26日 15:18 | |
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 |
|||
| msg224068 - (view) | Author: Antoine Pitrou (pitrou) * (Python committer) | Date: 2014年07月26日 15:18 | |
Good catch, this is now solved. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:58:06 | admin | set | github: 66272 |
| 2014年07月26日 15:18:44 | pitrou | set | status: open -> closed versions: + Python 3.4 type: behavior messages: + msg224068 resolution: fixed stage: resolved |
| 2014年07月26日 15:18:14 | python-dev | set | nosy:
+ python-dev messages: + msg224067 |
| 2014年07月25日 23:08:32 | alex | set | nosy:
+ janssen, pitrou, giampaolo.rodola, christian.heimes, dstufft |
| 2014年07月25日 23:08:25 | alex | create | |