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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, benjamin.peterson, kristjan.jonsson, pitrou
Date 2009-02-03.00:34:31
SpamBayes Score 2.0636908e-06
Marked as misclassified No
Message-id <1233621272.98.0.865934804249.issue4879@psf.upfronthosting.co.za>
In-reply-to
Content
This causes failures in test_urllib2net.

The fix is easy: a handful of
-        self.assertTrue(u.fp._sock.gettimeout() is None)
+        self.assertTrue(u.fp.raw._sock.gettimeout() is None)

But doesn't this show a backward-incompatible change?
or is the _sock member an implementation detail anyway?
History
Date User Action Args
2009-02-03 00:34:33amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, pitrou, kristjan.jonsson, benjamin.peterson
2009-02-03 00:34:32amaury.forgeotdarcsetmessageid: <1233621272.98.0.865934804249.issue4879@psf.upfronthosting.co.za>
2009-02-03 00:34:31amaury.forgeotdarclinkissue4879 messages
2009-02-03 00:34:31amaury.forgeotdarccreate