##// END OF EJS Templates
- Small extension bug fix (irunner would fail to automatically recognize...
fperez -
Show More
@@ -301,7 +301,7 b' def main():'
301 301 sage=SAGERunner)
302 302
303 303 try:
304 ext = os.path.splitext(args[0])
304 ext = os.path.splitext(args[0])[-1]
305 305 except IndexError:
306 306 ext = ''
307 307 modes = {'.ipy':'ipython',
@@ -1,3 +1,8 b''
1 2007-01-24 Fernando Perez <Fernando.Perez@colorado.edu>
2
3 * IPython/irunner.py (main): fix small bug where extensions were
4 not being correctly recognized.
5
1 6 2007-01-23 Walter Doerwald <walter@livinglogic.de>
2 7
3 8 * IPython/Extensions/ipipe.py (xiter): Make sure that iterating
General Comments 0
You need to be logged in to leave comments. Login now