##// END OF EJS Templates
Add support for chained exceptions....
Add support for chained exceptions. Closes #13982 This is a "backport" of python/cpython#106676 See documentation there

File last commit:

r27747:f5d4e0ac
r28377:95e0c37b
Show More
print_argv.py
3 lines | 32 B | text/x-python | PythonLexer
import sys
print(sys.argv[1:])