##// END OF EJS Templates
- Made the internal crash handler very customizable for end-user apps based...
- Made the internal crash handler very customizable for end-user apps based on ipython. At SAGE's request.

File last commit:

r181:54d3ddad
r381:a39ea5ae
Show More
test_cd.ipy
6 lines | 80 B | text/plain | TextLexer
import os
cd /
assert os.getcwd() == '/'
%cd /tmp
assert os.getcwd() == '/tmp'