##// END OF EJS Templates
Improve the monkeypatch to inspect.findsource() to find source lines inside of zipped packages.
Improve the monkeypatch to inspect.findsource() to find source lines inside of zipped packages.

File last commit:

r863:4c7c9eb6
r899:8e55f81b
Show More
api_changes.txt
27 lines | 648 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:
* %pushd/%popd behave differently; now "pushd /foo" pushes CURRENT directory
and jumps to /foo. The current behaviour is closer to the documented
behaviour, and should not trip anyone.