##// END OF EJS Templates
Fixed Python 2.6 warning with traitlets object.__new__....
Fixed Python 2.6 warning with traitlets object.__new__. In Python 2.6 a warning is given if object.__new__ is called with anything more than first cls argument. We are using super so we needed a way to see of the __new__ method about to be called is object.__new__.
Brian Granger -
r2255:c296652f
Show More
Name Size Modified Last Commit Author
IPython
docs
scripts
setupext
test
tools
.bzrignore Loading ...
.checkeol 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>`_.