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.

Author terry.reedy
Recipients benjamin.peterson, terry.reedy
Date 2010-11-01.20:28:52
SpamBayes Score 0.061190393
Marked as misclassified No
Message-id <1288643335.41.0.951306369167.issue10286@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-11-01 20:28:55terry.reedysetrecipients: + terry.reedy, benjamin.peterson
2010-11-01 20:28:55terry.reedysetmessageid: <1288643335.41.0.951306369167.issue10286@psf.upfronthosting.co.za>
2010-11-01 20:28:53terry.reedylinkissue10286 messages
2010-11-01 20:28:52terry.reedycreate