[Python-ideas] Enums
M.-A. Lemburg
mal at egenix.com
Thu Jul 28 20:16:33 CEST 2011
Barry Warsaw wrote:
> Except possibly for ancient modules, does anybody still actually use the
> int-iness of bools explicitly?
I'm not exactly sure what you mean with "int-iness", but C extensions
typically do care about the type and use PyInt_* APIs for
checking and processing them.
--
Marc-Andre Lemburg
eGenix.com
Professional Python Services directly from the Source (#1, Jul 28 2011)
>>> Python/Zope Consulting and Support ... http://www.egenix.com/
>>> mxODBC.Zope.Database.Adapter ... http://zope.egenix.com/
>>> mxODBC, mxDateTime, mxTextTools ... http://python.egenix.com/
________________________________________________________________________
::: Try our new mxODBC.Connect Python Database Interface for free ! ::::
eGenix.com Software, Skills and Services GmbH Pastor-Loeh-Str.48
D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg
Registered at Amtsgericht Duesseldorf: HRB 46611
http://www.egenix.com/company/contact/
More information about the Python-ideas
mailing list