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 mjb
Recipients georg.brandl, mjb
Date 2009-02-10.17:15:25
SpamBayes Score 0.022584915
Marked as misclassified No
Message-id <1234286185.85.0.555213161426.issue5208@psf.upfronthosting.co.za>
In-reply-to
Content
The build_opener() function of urllib2 is speciofied as:

urllib2.build_opener([handler, ...])

I think it should be:

urllib2.build_opener(handler, ...)

see
http://docs.python.org/library/urllib2.html?highlight=build_opener
History
Date User Action Args
2009-02-10 17:16:33mjbsetrecipients: + mjb, georg.brandl
2009-02-10 17:16:25mjbsetmessageid: <1234286185.85.0.555213161426.issue5208@psf.upfronthosting.co.za>
2009-02-10 17:15:25mjblinkissue5208 messages
2009-02-10 17:15:25mjbcreate