##// END OF EJS Templates
note about startup rehashing through config file added to changelog
vivainio -
Show More
@@ -13,6 +13,10 b''
13 if they exist, and ipy_user_conf.py with some defaults is created for
13 if they exist, and ipy_user_conf.py with some defaults is created for
14 the user.
14 the user.
15
15
16 * Startup rehashing done by the config file, not InterpreterExec.
17 This means system commands are available even without selecting the
18 pysh profile. It's the sensible default after all.
19
16 2006-01-20 Fernando Perez <Fernando.Perez@colorado.edu>
20 2006-01-20 Fernando Perez <Fernando.Perez@colorado.edu>
17
21
18 * IPython/iplib.py (raw_input): I _think_ I got the pasting of
22 * IPython/iplib.py (raw_input): I _think_ I got the pasting of
General Comments 0
You need to be logged in to leave comments. Login now