##// END OF EJS Templates
Fix invalid syntax for Python 2.4 in a test,...
Fix invalid syntax for Python 2.4 in a test, All our files are now valid Python 2.4, though some doctest decorators aren't working correctly in 2.4. This means that the test suite itself doesn't pass in 2.4, but I'm out of time/energy to debug this. The failures are harmless though, it's just a #doctest +SKIP directive that's being ignored.
Fernando Perez -
r2143:680a30c9
Show More
Name Size Modified Last Commit Author
IPython
docs
sandbox
scripts
setupext
test
tools
.bzrignore Loading ...
.checkeol Loading ...
.hgignore Loading ...
COPYING.txt Loading ...
MANIFEST.in Loading ...
README.txt Loading ...
ipython.py Loading ...
setup.py Loading ...
setupbase.py Loading ...
setupegg.py Loading ...

==============
IPython README
==============

Overview
========

Welcome to IPython. Our documentation can be found in the docs/source
subdirectory. We also have ``.html`` and ``.pdf`` versions of this
documentation available on the IPython `website <http://ipython.scipy.org>`_.