diff options
author | Brenton Earl <brent@exitstatusone.com> | 2018-03-18 23:24:30 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-03-18 23:24:30 +0000 |
commit | 62499a2187c05506e9ed628a6f25816dd12a5a08 (patch) | |
tree | 6fd1c2328998fdd41b8ea3fb78cf717299568be9 /python/stopit/README | |
parent | fd684dd68bc1e0c0af27ef365df4525c69f05878 (diff) | |
download | slackbuilds-62499a2187c05506e9ed628a6f25816dd12a5a08.tar.gz |
python/stopit: Updated for version 1.1.2.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/stopit/README')
-rw-r--r-- | python/stopit/README | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/python/stopit/README b/python/stopit/README index 3057bee0be..ff486a06ed 100644 --- a/python/stopit/README +++ b/python/stopit/README @@ -1,2 +1,6 @@ -Raise asynchronous exceptions in other threads, control the timeout of -blocks or callables with two context managers and two decorators. +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. |