summaryrefslogtreecommitdiff
path: root/python/python-tblib/slack-desc
diff options
context:
space:
mode:
Diffstat (limited to 'python/python-tblib/slack-desc')
-rw-r--r--python/python-tblib/slack-desc6
1 files changed, 3 insertions, 3 deletions
diff --git a/python/python-tblib/slack-desc b/python/python-tblib/slack-desc
index 1194a756fd..e5201435a5 100644
--- a/python/python-tblib/slack-desc
+++ b/python/python-tblib/slack-desc
@@ -6,14 +6,14 @@
# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
-python-tblib: python-tblib (Traceback fiddling library)
+python-tblib: python-tblib (Traceback serialization library)
python-tblib:
-python-tblib: Traceback fiddling library. For now allows you to pickle tracebacks
+python-tblib: A traceback serialization library that allows you to pickle tracebacks
python-tblib: and raise exceptions with pickled tracebacks in different processes.
python-tblib: This allows better error handling when running code over multiple
python-tblib: processes (imagine multiprocessing, billiard, futures, celery etc).
+python-tblib: It also parses traceback strings and raise with the parsed tracebacks.
python-tblib:
python-tblib: Home page: https://github.com/ionelmc/python-tblib
python-tblib:
python-tblib:
-python-tblib: