Message81020
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? |
|
| Date |
User |
Action |
Args |
| 2009-02-03 00:34:33 | amaury.forgeotdarc | set | recipients:
+ amaury.forgeotdarc, pitrou, kristjan.jonsson, benjamin.peterson |
| 2009-02-03 00:34:32 | amaury.forgeotdarc | set | messageid: <[email protected]> |
| 2009-02-03 00:34:31 | amaury.forgeotdarc | link | issue4879 messages |
| 2009-02-03 00:34:31 | amaury.forgeotdarc | create | |
|