[Python-modules-commits] [python-stopit] 01/01: detailed description
Luciano Bello
luciano at moszumanska.debian.org
Fri Apr 29 09:53:01 UTC 2016
This is an automated email from the git hooks/post-receive script.
luciano pushed a commit to branch master
in repository python-stopit.
commit 36de58ee2e0f7c5adb8989ec405f3f4bd6676406
Author: Luciano Bello <luciano at debian.org>
Date: Fri Apr 29 11:48:53 2016 +0200
detailed description
---
debian/control | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index fff2b1e..b05188f 100644
--- a/debian/control
+++ b/debian/control
@@ -15,6 +15,7 @@ Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
XB-Python-Version: ${python:Versions}
Description: Timeout control decorator and context manager
- Raise asynchronous exceptions in other threads, control
- the timeout of blocks or callables with two context
- managers and two decorators.
+ This Python module provides:
+ - a function that raises an exception in another thread, including the main thread.
+ - two context managers that may stop its inner block activity on timeout.
+ - two decorators that may stop its decorated callables on timeout.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-stopit.git
More information about the Python-modules-commits
mailing list