Python: Add 2-only library tests.

This commit is contained in:
Mark Shannon
2019-02-08 14:49:04 +00:00
parent 49307a72b4
commit adb4c42aa5
124 changed files with 2424 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
#Ensure there is an exceptional edge from the following cases
def f1():
try:
exec "print Hello World"
except:
e1