summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorIonel Cristian Mărieș <contact@ionelmc.ro>2014-01-01 18:03:37 +0200
committerIonel Cristian Mărieș <contact@ionelmc.ro>2014-01-01 18:03:37 +0200
commitdd8c11e85bc3e8010ad47c6e7f29250c245a309c (patch)
treeac5e24786cebf734a2eb1520834e9bcb91dfe474 /README.rst
parentb5023d094322f410c316dbed960de939861ce678 (diff)
Update README.rst
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index faab3d4..abee469 100644
--- a/README.rst
+++ b/README.rst
@@ -14,7 +14,8 @@
:alt: PYPI Package
:target: https://pypi.python.org/pypi/tblib
-Traceback fiddling library.
+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).
Pickling tracebacks
===================