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 orsenthil
Recipients orsenthil
Date 2010-10-16.02:04:36
SpamBayes Score 0.009824084
Marked as misclassified No
Message-id <1287194679.07.0.887400455499.issue10119@psf.upfronthosting.co.za>
In-reply-to
Content
I am attaching the script which exhibits the problem.

wrapping the urllib.request.urlopen, with the support.transient_internet contextmanager exhibits an Unexpected Behavior. Without the context manager, reading the file using the filedescriptor succeeds, but when wrapping it with the context manager, it fails with a TypeError.
History
Date User Action Args
2010-10-16 02:04:39orsenthilsetrecipients: + orsenthil
2010-10-16 02:04:39orsenthilsetmessageid: <1287194679.07.0.887400455499.issue10119@psf.upfronthosting.co.za>
2010-10-16 02:04:37orsenthillinkissue10119 messages
2010-10-16 02:04:36orsenthilcreate