Issue 10286: URLOpener => URLopener x2 in fix_urllib.py (original) (raw)
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.