summaryrefslogtreecommitdiff
path: root/eventlet/timeout.py
diff options
context:
space:
mode:
authorJakub Stasiak <jakub@stasiak.at>2014-10-11 19:46:51 +0100
committerJakub Stasiak <jakub@stasiak.at>2014-10-12 11:46:41 +0100
commit128305cde4722bd7f1105aa6b47e9017bf60dda2 (patch)
tree4b8086bdb229cd51e55921a3914026be377a003f /eventlet/timeout.py
parentb93d0b65e51e7ed6a1cf264512eefe1dccfeffe0 (diff)
downloadeventlet-python3-next.tar.gz
Python 3 compat: Improve subprocess, WSGI and testspython3-next
Diffstat (limited to 'eventlet/timeout.py')
-rw-r--r--eventlet/timeout.py2
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