New submission from Antoine Pitrou <pit...@free.fr>: This is probably a transient failure due to the remote host being unavailable, but the "bad file descriptor" error is not ok:
test test_urllibnet failed -- Traceback (most recent call last): File "/Users/pythonbuildbot/buildarea/3.x.hansen-osx-x86/build/Lib/test/test_urllibnet.py", line 70, in test_readlines self.assertIsInstance(open_url.readlines(), list, File "/Users/pythonbuildbot/buildarea/3.x.hansen-osx-x86/build/Lib/http/client.py", line 509, in read s = self.fp.read(amt) File "/Users/pythonbuildbot/buildarea/3.x.hansen-osx-x86/build/Lib/socket.py", line 279, in readinto return self._sock.recv_into(b) socket.error: [Errno 9] Bad file descriptor ---------- components: Library (Lib) messages: 136455 nosy: orsenthil, pitrou priority: normal severity: normal status: open title: EBADF in test_urllibnet versions: Python 3.2, Python 3.3 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue12137> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com