From 0e2b0e9c3eb6020e7904758615bfe2be4f6aa693 Mon Sep 17 00:00:00 2001 From: Tim Savannah Date: Wed, 24 May 2017 02:14:11 -0400 Subject: [PATCH] doc --- doc/func_timeout.dafunc.html | 7 ++++--- doc/func_timeout.html | 8 +++++--- doc/func_timeout.py2_raise.html | 23 +++++++++++++++++++++++ doc/func_timeout.py3_raise.html | 26 ++++++++++++++++++++++++++ 4 files changed, 58 insertions(+), 6 deletions(-) create mode 100644 doc/func_timeout.py2_raise.html create mode 100644 doc/func_timeout.py3_raise.html diff --git a/doc/func_timeout.dafunc.html b/doc/func_timeout.dafunc.html index ee964ad..b0f3be1 100644 --- a/doc/func_timeout.dafunc.html +++ b/doc/func_timeout.dafunc.html @@ -20,9 +20,10 @@ LICENSE, otherwise it is available at https://gith        
copy
inspect
-
threading
-time
-
types
+
sys
+threading
+
time
+types

diff --git a/doc/func_timeout.html b/doc/func_timeout.html index 0510166..86d44e5 100644 --- a/doc/func_timeout.html +++ b/doc/func_timeout.html @@ -6,7 +6,7 @@
 
- 
func_timeout (version 4.0.0)
index
+ 
func_timeout (version 4.1.0)
index

Copyright (c) 2016, 2017 Tim Savannah All Rights Reserved.
 
Licensed under the Lesser GNU Public License Version 3, LGPLv3. You should have recieved a copy of this with the source distribution as
@@ -19,8 +19,10 @@ LICENSE, otherwise it is available at https://gith        
StoppableThread
-
dafunc
+dafunc
exceptions
+py2_raise
+
py3_raise

@@ -203,5 +205,5 @@ to return cleanly, but in most cases it 
        __all__ = ('func_timeout', 'func_set_timeout', 'FunctionTimedOut')
-__version_tuple__ = (4, 0, 0)
+__version_tuple__ = (4, 1, 0)

\ No newline at end of file diff --git a/doc/func_timeout.py2_raise.html b/doc/func_timeout.py2_raise.html new file mode 100644 index 0000000..71f4959 --- /dev/null +++ b/doc/func_timeout.py2_raise.html @@ -0,0 +1,23 @@ + + +Python: module func_timeout.py2_raise + + + + + +
 
+ 
func_timeout.py2_raise
index
+

# Python2 allows specifying an alternate traceback.

+

+ + + + + +
 
+Functions
       
raise_exception(exception)
# Python2 allows specifying an alternate traceback.
+
+ diff --git a/doc/func_timeout.py3_raise.html b/doc/func_timeout.py3_raise.html new file mode 100644 index 0000000..e6e39d6 --- /dev/null +++ b/doc/func_timeout.py3_raise.html @@ -0,0 +1,26 @@ + +Python: module func_timeout.py3_raise + + + + + +
 
+ 
func_timeout.py3_raise
index
+

PEP 409 - Raise with the chained exception context disabled
+#  This, in effect, prevents the "funcwrap" wrapper ( chained
+#   in context to an exception raised here, due to scope )
+# Only available in python3.3+

+

+ + + + + +
 
+Functions
       
raise_exception(exception)
PEP 409 - Raise with the chained exception context disabled
+#  This, in effect, prevents the "funcwrap" wrapper ( chained
+#   in context to an exception raised here, due to scope )
+# Only available in python3.3+
+
+

\ No newline at end of file