##// END OF EJS Templates
Undeprecate autoindent...
Undeprecate autoindent Autoindent is usefull for some extension that want to use ipython as a subprocess, so un-deprecated it.

File last commit:

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