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 2010年11月01日 20:28 by terry.reedy, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg120165 - (view) | Author: Terry J. Reedy (terry.reedy) * (Python committer) | Date: 2010年11月01日 20:28 | |
Lib/lib2to3/fixes/fix_urllib.py, near the top, has ''' MAPPING = {'urllib': [ ('urllib.request', ['URLOpener', 'FancyURLOpener', 'urlretrieve', ''' 'Opener' should by 'opener' in BOTH cases. Non-fix of URLopener reported on python-list by Chris McDonald. |
|||
| msg120383 - (view) | Author: Georg Brandl (georg.brandl) * (Python committer) | Date: 2010年11月04日 08:35 | |
Fixed in r86157. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:08 | admin | set | github: 54495 |
| 2010年11月04日 08:35:50 | georg.brandl | set | status: open -> closed nosy: + georg.brandl messages: + msg120383 resolution: fixed |
| 2010年11月01日 20:28:53 | terry.reedy | create | |