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 serhiy.storchaka
Recipients berker.peksag, orsenthil, serhiy.storchaka
Date 2012-10-22.16:04:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350921899.96.0.855506852389.issue16302@psf.upfronthosting.co.za>
In-reply-to
Content
You can use contextlib.closing() context manager (if urlopen() already does not return a context manager).
History
Date User Action Args
2012-10-22 16:05:00serhiy.storchakasetrecipients: + serhiy.storchaka, orsenthil, berker.peksag
2012-10-22 16:04:59serhiy.storchakasetmessageid: <1350921899.96.0.855506852389.issue16302@psf.upfronthosting.co.za>
2012-10-22 16:04:59serhiy.storchakalinkissue16302 messages
2012-10-22 16:04:59serhiy.storchakacreate