##// END OF EJS Templates
Misc fix for Python 3.13 testing (unicode range and skip tests) (#14278)...
Misc fix for Python 3.13 testing (unicode range and skip tests) (#14278) Update unicode range for python 3.13, and skip jedi test while in alpha as there are no grammar available.

File last commit:

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