1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
From a51bd70404bc0479906559a6b281812315526449 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ionel=20Cristian=20M=C4=83rie=C8=99?= <contact@ionelmc.ro>
Date: Tue, 31 Dec 2013 04:31:29 +0200
Subject: Add more ellipses.
Origin: upstream, https://github.com/ionelmc/python-tblib/commit/a0b79e3f4100627f34ac101dfdb4ecfa26f97487
Last-Update: 2014-02-26
Patch-Name: add-more-ellipses.patch
---
README.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.rst b/README.rst
index 3faa2be..eb35db7 100644
--- a/README.rst
+++ b/README.rst
@@ -199,9 +199,9 @@ How's this useful ? Imagine you're using multiprocessing like this::
File "<doctest README.rst[31]>", line 2, in <module>
for i in pool.map(func_a, range(5)):
File "/usr/lib/.../multiprocessing/pool.py", line ..., in map
- return self.map_async(func, iterable, chunksize).get()
+ ...
File "/usr/lib/.../multiprocessing/pool.py", line ..., in get
- raise self._value
+ ...
Exception: Guessing time !
<BLANKLINE>
>>> pool.terminate()
|