summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorIonel Cristian Mărieș <contact@ionelmc.ro>2014-01-02 12:06:55 +0200
committerIonel Cristian Mărieș <contact@ionelmc.ro>2014-01-02 12:06:55 +0200
commit035bbc36397cb3cdcf8d3e6a8e168cfe4750d87e (patch)
treebcaa72a095d86d4704018c39bcf09c91018af2e3 /README.rst
parentdd8c11e85bc3e8010ad47c6e7f29250c245a309c (diff)
Update README.rst
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index abee469..b2934fc 100644
--- a/README.rst
+++ b/README.rst
@@ -13,10 +13,12 @@
.. image:: https://badge.fury.io/py/tblib.png
:alt: PYPI Package
:target: https://pypi.python.org/pypi/tblib
-
+
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).
+Tested to run on Python 2.6, 3.2, 3.3 and PyPy.
+
Pickling tracebacks
===================