summaryrefslogtreecommitdiffstats
path: root/python/python-tblib/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/python-tblib/README')
-rw-r--r--python/python-tblib/README9
1 files changed, 5 insertions, 4 deletions
diff --git a/python/python-tblib/README b/python/python-tblib/README
index cc1f8b420d..ae5cc5abf4 100644
--- a/python/python-tblib/README
+++ b/python/python-tblib/README
@@ -1,4 +1,5 @@
-Traceback fiddling library. For now allows you to pickle tracebacks and
-raise exceptions with pickled tracebacks in different processes. This
-allows better error handling when running code over multiple processes
-(imagine multiprocessing, billiard, futures, celery etc).
+A traceback serialization library that allows you to pickle tracebacks and
+raise exceptions with pickled tracebacks in different processes. This allows
+better error handling when running code over multiple processes (imagine
+multiprocessing, billiard, futures, celery etc). It also parses traceback
+strings and raise with the parsed tracebacks.