##// END OF EJS Templates
- Commit local changelog info, remove duplicate entry.
fperez -
Show More
@@ -10,12 +10,6 b''
10 10 import_some work properly even when ipythonrc does
11 11 import_some on empty list (it was an old bug!).
12 12
13 2006-12-12 Ville Vainio <vivainio@gmail.com>
14
15 * ipmaker.py: apply david cournapeau's patch to make
16 import_some work properly even when ipythonrc does
17 import_some on empty list (it was an old bug!).
18
19 13 * UserConfig/ipy_user_conf.py, UserConfig/ipythonrc:
20 14 Add deprecation note to ipythonrc and a url to wiki
21 15 in ipy_user_conf.py
@@ -26,6 +20,11 b''
26 20 as IPython script.
27 21
28 22 * example-magic.py, magic_grepl.py: remove outdated examples
23
24 2006-12-11 Fernando Perez <Fernando.Perez@colorado.edu>
25
26 * IPython/iplib.py (debugger): prevent a nasty traceback if %debug
27 is called before any exception has occurred.
29 28
30 29 2006-12-08 Ville Vainio <vivainio@gmail.com>
31 30
General Comments 0
You need to be logged in to leave comments. Login now