##// END OF EJS Templates
Forgot mention of irunner improvements to automatically recognize extensions...
fptest -
Show More
@@ -1,5 +1,9 b''
1 2006-11-03 Fernando Perez <Fernando.Perez@colorado.edu>
1 2006-11-03 Fernando Perez <Fernando.Perez@colorado.edu>
2
2
3 * IPython/irunner.py (main): modified irunner so it automatically
4 recognizes the right runner to use based on the extension (.py for
5 python, .ipy for ipython and .sage for sage).
6
3 * IPython/iplib.py (InteractiveShell.ipconfig): new builtin, also
7 * IPython/iplib.py (InteractiveShell.ipconfig): new builtin, also
4 visible in ipapi as ip.config(), to programatically control the
8 visible in ipapi as ip.config(), to programatically control the
5 internal rc object. There's an accompanying %config magic for
9 internal rc object. There's an accompanying %config magic for
General Comments 0
You need to be logged in to leave comments. Login now