##// END OF EJS Templates
whitespace cleanup
vivainio -
Show More
@@ -17,12 +17,13 b''
17 17 import_some on empty list (it was an old bug!).
18 18
19 19 * UserConfig/ipy_user_conf.py, UserConfig/ipythonrc:
20 Add deprecation note to ipythonrc and a url to wiki
21 in ipy_user_conf.py
22
23 * Magic.py (%run): %run myscript.ipy now runs myscript.ipy
24 as if it was typed on IPython command prompt, i.e.
25 as IPython script.
20 Add deprecation note to ipythonrc and a url to wiki
21 in ipy_user_conf.py
22
23
24 * Magic.py (%run): %run myscript.ipy now runs myscript.ipy
25 as if it was typed on IPython command prompt, i.e.
26 as IPython script.
26 27
27 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