Skip to content

Commit

Permalink
Add link to pickle docs. Ref #13.
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc authored Mar 8, 2017
1 parent 3c1059e commit 41ee644
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@ Traceback serialization library.

It 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).
* Parse traceback strings and raise with the parsed tracebacks.
* `Pickle <https://docs.python.org/3/library/pickle.html>`_ 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).
* Parse traceback strings and raise with the parsed tracebacks. *No pickling is used*.

Installation
============
Expand Down

0 comments on commit 41ee644

Please sign in to comment.