Show More
@@ -301,7 +301,7 b' def main():' | |||||
301 | sage=SAGERunner) |
|
301 | sage=SAGERunner) | |
302 |
|
302 | |||
303 | try: |
|
303 | try: | |
304 | ext = os.path.splitext(args[0]) |
|
304 | ext = os.path.splitext(args[0])[-1] | |
305 | except IndexError: |
|
305 | except IndexError: | |
306 | ext = '' |
|
306 | ext = '' | |
307 | modes = {'.ipy':'ipython', |
|
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 | 2007-01-23 Walter Doerwald <walter@livinglogic.de> |
|
6 | 2007-01-23 Walter Doerwald <walter@livinglogic.de> | |
2 |
|
7 | |||
3 | * IPython/Extensions/ipipe.py (xiter): Make sure that iterating |
|
8 | * IPython/Extensions/ipipe.py (xiter): Make sure that iterating |
General Comments 0
You need to be logged in to leave comments.
Login now