##// END OF EJS Templates
Remove old workaround for a bug fixed in Python 3.4...
Remove old workaround for a bug fixed in Python 3.4 http://bugs.python.org/issue3158

File last commit:

r22963:2961b531
r27120:c70d5489
Show More
print_argv.py
2 lines | 31 B | text/x-python | PythonLexer
import sys
print(sys.argv[1:])