We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2716ea commit 87470b0Copy full SHA for 87470b0
README.rst
@@ -47,7 +47,7 @@ Pros:
47
Python 3.6
48
Python 3.7
49
50
-.. note:: Python 3.4 and 2.7 is supported in versions < 5.0.0
+.. note:: Python 3.4 and 2.7 is supported in versions < 5.0.0, python 3.5 in versions < 6 due to syntax changes.
51
52
This package includes helpers:
53
@@ -85,7 +85,7 @@ Argumented usage with arguments from signature:
85
blacklisted_exceptions=None, # Exceptions to skip in log
86
log_call_args=True, # Log call arguments before call
87
log_call_args_on_exc=True, # Log call arguments if exception happens
88
- log_traceback: bool = True, # Log traceback if exception happens
+ log_traceback = True, # Log traceback if exception happens
89
log_result_obj=True, # Log result object
90
)
91
0 commit comments