[Python-ideas] Standard types documentation (was Re: Programming recommendations (PEP 8) and boolean values)

Nick Coghlan ncoghlan at gmail.com
Thu Aug 9 05:59:26 CEST 2012


On Thu, Aug 9, 2012 at 11:43 AM, Alexander Belopolsky
<alexander.belopolsky at gmail.com> wrote:
> As a result, there is no one place where one can find information
> about bool.  I wonder if it should go somewhere under section 4.4.
> After all,
>
>  >>> isinstance(True, int)
> True

I'll be working on the builtin types documentation at the PyConAU
sprints in a couple of weeks. They haven't aged well :(

Cheers,
Nick.

-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia



More information about the Python-ideas mailing list