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 pitrou
Recipients georg.brandl, ixokai, orsenthil, pitrou
Date 2010-11-13.13:17:45
SpamBayes Score 5.6682134e-06
Marked as misclassified No
Message-id <1289654256.3572.1.camel@localhost.localdomain>
In-reply-to <1289651699.93.0.697658444558.issue10116@psf.upfronthosting.co.za>
Content
There are still sporadic failures such as:

======================================================================
ERROR: testURLread (test.test_urllibnet.URLTimeoutTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/pythonbuildbot/buildarea/2.7.hansen-osx-x86/build/Lib/test/test_urllibnet.py", line 40, in testURLread
    x = f.read()
  File "/Users/pythonbuildbot/buildarea/2.7.hansen-osx-x86/build/Lib/socket.py", line 351, in read
    data = self._sock.recv(rbufsize)
timeout: timed out

which seems to show that not everything has been properly converted.

(http://www.python.org/dev/buildbot/all/builders/AMD64%20Snow%20Leopard%
202.7/builds/156/steps/test/logs/stdio )

Le samedi 13 novembre 2010 à 12:34 +0000, Senthil Kumaran a écrit :
> Changes by Senthil Kumaran <orsenthil@gmail.com>:
> 
> 
> ----------
> status: pending -> closed
> 
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue10116>
> _______________________________________
History
Date User Action Args
2010-11-13 13:17:47pitrousetrecipients: + pitrou, georg.brandl, ixokai, orsenthil
2010-11-13 13:17:45pitroulinkissue10116 messages
2010-11-13 13:17:45pitroucreate