summaryrefslogtreecommitdiffstats
path: root/python/python-tblib/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/python-tblib/README')
-rw-r--r--python/python-tblib/README5
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.