This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author georg.brandl
Recipients Jonathan.Livni, georg.brandl, mark.dickinson, rhettinger
Date 2011-02-16.18:49:59
SpamBayes Score 0.0009138444
Marked as misclassified No
Message-id <1297882200.36.0.484067538414.issue11221@psf.upfronthosting.co.za>
In-reply-to
Content
And voila:

>>> from numpy import bool_
>>> bool_
<type 'numpy.bool_'>

Case closed, I guess :)
History
Date User Action Args
2011-02-16 18:50:00georg.brandlsetrecipients: + georg.brandl, rhettinger, mark.dickinson, Jonathan.Livni
2011-02-16 18:50:00georg.brandlsetmessageid: <1297882200.36.0.484067538414.issue11221@psf.upfronthosting.co.za>
2011-02-16 18:49:59georg.brandllinkissue11221 messages
2011-02-16 18:49:59georg.brandlcreate