We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc02115 commit 7841bbcCopy full SHA for 7841bbc
1 file changed
python/2.6.py
@@ -9,4 +9,11 @@
9
with lock:
10
pass
11
12
+
13
+try:
14
+ raise Exception("Ex")
15
+except Exception as inst:
16
+ assert(str(inst) == "Ex")
17
18
19
passed()
0 commit comments