##// END OF EJS Templates
Fix exception color problems in win32....
Fix exception color problems in win32. In all the recent work to have the test suite play nice with doctest of full ipython sessions, I inadvertedly started sending exceptions directly to sys.stderr. On windows we MUST go via Term.cerr, which uses pyreadline to handle color escapes, while sys.stderr just shows garbage on screen. As of this revision, the test suite passes fully on win32 and linux, and interactive use also seems OK on all fronts. We're getting closer to RC status...

File last commit:

r2276:cdecc6d2
r2459:e687d797
Show More
index.txt
33 lines | 496 B | text/plain | TextLexer
=====================
IPython Documentation
=====================
.. htmlonly::
:Release: |release|
:Date: |today|
Welcome to the official IPython documentation.
Contents
========
.. toctree::
:maxdepth: 1
overview.txt
whatsnew/index.txt
install/index.txt
interactive/index.txt
parallel/index.txt
config/index.txt
development/index.txt
api/index.txt
faq.txt
about/index.txt
.. htmlonly::
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`