diff options
| author | Jakub Stasiak <jakub@stasiak.at> | 2014-10-11 19:46:51 +0100 |
|---|---|---|
| committer | Jakub Stasiak <jakub@stasiak.at> | 2014-10-12 11:46:41 +0100 |
| commit | 128305cde4722bd7f1105aa6b47e9017bf60dda2 (patch) | |
| tree | 4b8086bdb229cd51e55921a3914026be377a003f /eventlet/timeout.py | |
| parent | b93d0b65e51e7ed6a1cf264512eefe1dccfeffe0 (diff) | |
| download | eventlet-python3-next.tar.gz | |
Python 3 compat: Improve subprocess, WSGI and testspython3-next
Diffstat (limited to 'eventlet/timeout.py')
| -rw-r--r-- | eventlet/timeout.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eventlet/timeout.py b/eventlet/timeout.py index 5c9930a..f45c6d1 100644 --- a/eventlet/timeout.py +++ b/eventlet/timeout.py @@ -100,7 +100,7 @@ class Timeout(BaseException): def __str__(self): """ - >>> raise Timeout + >>> raise Timeout # doctest: +IGNORE_EXCEPTION_DETAIL Traceback (most recent call last): ... Timeout |
