##// END OF EJS Templates
whitespace cleanup
vivainio -
Show More
@@ -17,12 +17,13 b''
17 import_some on empty list (it was an old bug!).
17 import_some on empty list (it was an old bug!).
18
18
19 * UserConfig/ipy_user_conf.py, UserConfig/ipythonrc:
19 * UserConfig/ipy_user_conf.py, UserConfig/ipythonrc:
20 Add deprecation note to ipythonrc and a url to wiki
20 Add deprecation note to ipythonrc and a url to wiki
21 in ipy_user_conf.py
21 in ipy_user_conf.py
22
22
23 * Magic.py (%run): %run myscript.ipy now runs myscript.ipy
23
24 as if it was typed on IPython command prompt, i.e.
24 * Magic.py (%run): %run myscript.ipy now runs myscript.ipy
25 as IPython script.
25 as if it was typed on IPython command prompt, i.e.
26 as IPython script.
26
27
27 * example-magic.py, magic_grepl.py: remove outdated examples
28 * example-magic.py, magic_grepl.py: remove outdated examples
28
29
General Comments 0
You need to be logged in to leave comments. Login now