Show More
@@ -385,3 +385,7 b' to 0.10.2.' | |||
|
385 | 385 | * The installation of scripts on Windows was broken without setuptools, so we now |
|
386 | 386 | depend on setuptools on Windows. We hope to fix setuptools-less installation, |
|
387 | 387 | and then remove the setuptools dependency. |
|
388 | ||
|
389 | * Capitalised Exit and Quit have been dropped ways to exit IPython. The lowercase forms | |
|
390 | of both work either as a bare name (``exit``) or a function call (``exit()``). | |
|
391 | You can assign these to other names using exec_lines in the config file. |
General Comments 0
You need to be logged in to leave comments.
Login now