diff options
-rw-r--r-- | python/stopit/README | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/python/stopit/README b/python/stopit/README index ff486a06ed805..56f1a4ab88fc0 100644 --- a/python/stopit/README +++ b/python/stopit/README @@ -1,6 +1,7 @@ -The stopit python module provides the user with a function that raises an -exception in another thread, including the main thread. It also provides two -context managers that may stop its inner block activity on timeout and two -decorators that may stop its decorated callables on timeout. +The stopit python module provides the user with a function that raises +an exception in another thread, including the main thread. It also +provides two context managers that may stop its inner block activity +on timeout and two decorators that may stop its decorated callables +on timeout. -This SlackBuild will build with Python 3 support if it is installed. +This SlackBuild will build with both Python2 and Python 3 support. |