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 benjamin.peterson
Recipients benjamin.peterson
Date 2008-03-18.21:09:28
SpamBayes Score 0.0027035465
Marked as misclassified No
Message-id <1205874570.2.0.410256172712.issue2408@psf.upfronthosting.co.za>
In-reply-to
Content
types currently exposes all types used by the interpreter except cell
objects. This patch adds support for that and adds to the docs. I
couldn't find a way to access the cell type through Python, so I added
it to the _types module.
History
Date User Action Args
2008-03-18 21:09:30benjamin.petersonsetspambayes_score: 0.00270355 -> 0.0027035465
recipients: + benjamin.peterson
2008-03-18 21:09:30benjamin.petersonsetspambayes_score: 0.00270355 -> 0.00270355
messageid: <1205874570.2.0.410256172712.issue2408@psf.upfronthosting.co.za>
2008-03-18 21:09:29benjamin.petersonlinkissue2408 messages
2008-03-18 21:09:29benjamin.petersoncreate