Robert Bradshaw wrote: > On Sep 11, 2009, at 5:36 PM, Dominic Sacré wrote: >> Is there a sane way to use the native string type (i.e. 'str') in >> either Python version? > > Not really, but you can get it: > > >>> type(list(object.__dict__.keys())[0]) > <class 'str'>
Is there a use case for this? Stefan _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
