Files
deb-python-eventlet/eventlet/timeout.py
Sergey Shepelev 54be7593ab New timeout error API: .is_timeout=True on exception object
Please use eventlet.is_timeout(ex) or getattr(ex, 'is_timeout', False)
instead of searching substrings in exception message.

https://github.com/eventlet/eventlet/pull/346
2017-01-10 20:49:15 +03:00

6.4 KiB