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 techtonik
Recipients georg.brandl, gregory.p.smith, loewis, techtonik
Date 2009-02-20.21:35:12
SpamBayes Score 4.9601443e-08
Marked as misclassified No
Message-id <1235165715.53.0.667899212328.issue5293@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for pointing me to the list of possible network errors. This
information is invaluable. Too bad it is easily lost among other
details. I've seen similar errors in other modules that use socket
module and it's no wonder now why people can't handle them correctly. I
still feel that the information about error handling should be specified
at the very beginning before references to wizard books.

In the meanwhile I made a script that probes remote service with proper
timeout checks that can be included in examples chapter. It requires
time module to calculate timeout shared between two exceptions.
http://code.activestate.com/recipes/576655/
History
Date User Action Args
2009-02-20 21:35:15techtoniksetrecipients: + techtonik, loewis, georg.brandl, gregory.p.smith
2009-02-20 21:35:15techtoniksetmessageid: <1235165715.53.0.667899212328.issue5293@psf.upfronthosting.co.za>
2009-02-20 21:35:13techtoniklinkissue5293 messages
2009-02-20 21:35:12techtonikcreate