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 brett.cannon
Recipients Kiran Kotari, brett.cannon, r.david.murray
Date 2015-12-30.17:51:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1451497886.22.0.00637733320558.issue25980@psf.upfronthosting.co.za>
In-reply-to
Content
You need to use the line `import urllib.request` to make the import work as you didn't import the urllib.request module, only the urllib package.
History
Date User Action Args
2015-12-30 17:51:26brett.cannonsetrecipients: + brett.cannon, r.david.murray, Kiran Kotari
2015-12-30 17:51:26brett.cannonsetmessageid: <1451497886.22.0.00637733320558.issue25980@psf.upfronthosting.co.za>
2015-12-30 17:51:26brett.cannonlinkissue25980 messages
2015-12-30 17:51:25brett.cannoncreate