##// END OF EJS Templates
Mention changes to exit and quit in what's new docs.
Thomas Kluyver -
Show More
@@ -385,3 +385,7 b' to 0.10.2.'
385 * The installation of scripts on Windows was broken without setuptools, so we now
385 * The installation of scripts on Windows was broken without setuptools, so we now
386 depend on setuptools on Windows. We hope to fix setuptools-less installation,
386 depend on setuptools on Windows. We hope to fix setuptools-less installation,
387 and then remove the setuptools dependency.
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