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, ezio.melotti, georg.brandl
Date 2009-07-12.23:15:16
SpamBayes Score 1.4906736e-09
Marked as misclassified No
Message-id <1247440518.36.0.827257466408.issue6471@psf.upfronthosting.co.za>
In-reply-to
Content
No, it seems that 2.5 has the same problem. The 'socket error' message is 
raised in urllib.py.  The socket module is innocent to me...
It appears that this file routinely raises IOErrors, passing various 
arguments, which are not stored properly in the IOError object. IMO it 
should raise subclasses of IOError.
In this particular case of "socket error", it should let the exception 
propagate. Other occurrences need more thinking.
History
Date User Action Args
2009-07-12 23:15:18amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, georg.brandl, ezio.melotti
2009-07-12 23:15:18amaury.forgeotdarcsetmessageid: <1247440518.36.0.827257466408.issue6471@psf.upfronthosting.co.za>
2009-07-12 23:15:16amaury.forgeotdarclinkissue6471 messages
2009-07-12 23:15:16amaury.forgeotdarccreate