Closed asciimoo closed 10 years ago
This is awesome, I hope this gets merged! I am writing a little URL checker and I am having a hard time capturing exceptions on bad requests.
thanks, i hope too =)
Waiting for it too, would be very helpful.
Thanks for the tests! Great PR!
Catching timeout exceptions and handling in
map()
/imap()
functions with theexception_handler
parameter which is None or a callback function. Added some tests to demonstrate the usage