[IPython-dev] %magic? broken in py2.5.1c1
Ville M. Vainio
vivainio at gmail.com
Fri Apr 20 11:43:37 EDT 2007
Doing %magic? in python 2.5.1c1 causes:
C:\ipython\IPython\OInspect.py in pinfo(self, obj, oname, formatter, info, detai
l_level)
410 defln = self.__getdef(obj,oname)
411 if defln:
--> 412 out.write(header('Definition:\t')+self.format(defln))
413
414 # Docstrings only in detail 0 mode, since source contains them (
we
<type 'exceptions.TypeError'>: cannot concatenate 'str' and 'NoneType' objects
--
Ville M. Vainio - vivainio.googlepages.com
blog=360.yahoo.com/villevainio - g[mail | talk]='vivainio'
More information about the IPython-dev
mailing list