[issue6381] test_urllib2_localnet sporadic failures closing socket

2009-12-13 Thread R. David Murray
R. David Murray added the comment: NB: this issue was caused by the issue 6267 patch. -- resolution: -> fixed stage: needs patch -> committed/rejected status: open -> closed type: security -> behavior ___ Python tracker

[issue6381] test_urllib2_localnet sporadic failures closing socket

2009-07-04 Thread Kristján Valur Jónsson
Kristján Valur Jónsson added the comment: meged to py3k in revision 73845 -- ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue6381] test_urllib2_localnet sporadic failures closing socket

2009-07-03 Thread R. David Murray
R. David Murray added the comment: Test passes consistently now on trunk in Gentoo. -- ___ Python tracker ___ ___ Python-bugs-list mai

[issue6381] test_urllib2_localnet sporadic failures closing socket

2009-07-03 Thread Kristján Valur Jónsson
Kristján Valur Jónsson added the comment: Commited revision 73819 Please test on gentoo -- ___ Python tracker ___ ___ Python-bugs-list

[issue6381] test_urllib2_localnet sporadic failures closing socket

2009-07-03 Thread Kristján Valur Jónsson
Kristján Valur Jónsson added the comment: Clearly some platforms automatically set the shutdown state, and we need to catch that error. -- nosy: +krisvale ___ Python tracker ___

[issue6381] test_urllib2_localnet sporadic failures closing socket

2009-06-29 Thread R. David Murray
New submission from R. David Murray : Gentoo linux, r73699, I'm seeing sporadic failures in test_urllib2_localnet in the following two tests: test_sending_headers test_proxy_with_no_password_raises_httperror It happens about once every other run in one or the other of those. I don't see any pr