summaryrefslogtreecommitdiff
path: root/test/messages/func_unpack_exception_py_30.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/messages/func_unpack_exception_py_30.txt')
-rw-r--r--test/messages/func_unpack_exception_py_30.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/messages/func_unpack_exception_py_30.txt b/test/messages/func_unpack_exception_py_30.txt
new file mode 100644
index 0000000..aaff92f
--- /dev/null
+++ b/test/messages/func_unpack_exception_py_30.txt
@@ -0,0 +1,5 @@
+W: 9:new_style: Implicit unpacking of exceptions is not supported in Python 3
+W: 11:new_style: Implicit unpacking of exceptions is not supported in Python 3
+W: 11:new_style: Redefining name 'new_style' from outer scope (line 5) in exception handler
+W: 11:new_style: Redefining name 'tuple' from builtins in exception handler
+