diff options
author | Dave Woodfall <dave@slackbuilds.org> | 2021-05-03 06:50:19 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-05-03 01:49:58 -0500 |
commit | 9777a0bb54b03bb7677cd4c2cb2fab294b8710a4 (patch) | |
tree | 13aa37a24388a6336bf8d289774c73328338941b /python/python-tblib/README | |
parent | 1e7788a7325cba285078effe78157aa307b984d5 (diff) |
python/python-tblib: Renamed python2-tblib.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Diffstat (limited to 'python/python-tblib/README')
-rw-r--r-- | python/python-tblib/README | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/python/python-tblib/README b/python/python-tblib/README deleted file mode 100644 index ae5cc5abf4..0000000000 --- a/python/python-tblib/README +++ /dev/null @@ -1,5 +0,0 @@ -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. |