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 Max.Mautner
Recipients Max.Mautner
Date 2013-04-13.21:17:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365887848.07.0.0995479400533.issue17724@psf.upfronthosting.co.za>
In-reply-to
Content
Response handlers are registered with the OpenerDirector class in the urllib.request module using the add_handler method--it's a convoluted method that I refactored for legibility's sake.
History
Date User Action Args
2013-04-13 21:17:28Max.Mautnersetrecipients: + Max.Mautner
2013-04-13 21:17:28Max.Mautnersetmessageid: <1365887848.07.0.0995479400533.issue17724@psf.upfronthosting.co.za>
2013-04-13 21:17:28Max.Mautnerlinkissue17724 messages
2013-04-13 21:17:27Max.Mautnercreate