##// END OF EJS Templates
defalias with callable now passes the whole input line to the callable
defalias with callable now passes the whole input line to the callable

File last commit:

r762:35c07ebe
r773:45a563cb
Show More
api_changes
26 lines | 464 B | text/plain | TextLexer
=============
API Changes
=============
.. contents::
..
1 Purpose
2 Version 0.8.2
Purpose
=======
This file documents backwards-incompatible changes to the IPython API,
including user-visible changes of commands, magics, etc.
It should be filled in reverse chronological order, with one section for each
release (which means changes since the previous release).
Version 0.8.2
=============
Changes made since version 0.8.1 was released:
* ...