[SciPy-dev] scipy_core bugs

Travis Oliphant oliphant at ee.byu.edu
Wed Sep 28 04:16:39 EDT 2005


Robert Kern wrote:

>I don't like the fact that scipy.{bool,int,float,complex,object,unicode}
>conflict with builtins. That was a bit surprising at the prompt.
>Unfortunately, they don't cleanly inherit from the Python counterparts.
>  
>
Well, they should, so I'll look into it.

At any rate, you get back the python defined types with py infront.

pyunicode('This is python unicode type')

I thought long and hard about this one.  Don't see a better solution.

-Travis




More information about the SciPy-Dev mailing list