diff options
author | Brenton Earl <brent@exitstatusone.com> | 2016-12-18 23:35:12 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-12-24 07:33:30 +0700 |
commit | ee86361fecb223843e2d7d1e8dc2f94d315e1c90 (patch) | |
tree | f4e6b2406de908a77b19490b4a8528db37e3591a /python/python-tblib/README | |
parent | 100c8111302e6c01638196736798c61b53a1eef4 (diff) |
python/python-tblib: Updated for version 1.3.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-tblib/README')
-rw-r--r-- | python/python-tblib/README | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/python/python-tblib/README b/python/python-tblib/README index cc1f8b420d55b..ae5cc5abf497e 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. |