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 cvrebert
Recipients cvrebert, docs@python, magcius
Date 2012-05-16.08:07:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337155641.49.0.255574501984.issue14824@psf.upfronthosting.co.za>
In-reply-to
Content
Patch. Though I ponder whether the expression in question might be equivalent to simply:
    type(obj).__name__.replace('_', ' ')
History
Date User Action Args
2012-05-16 08:07:21cvrebertsetrecipients: + cvrebert, magcius, docs@python
2012-05-16 08:07:21cvrebertsetmessageid: <1337155641.49.0.255574501984.issue14824@psf.upfronthosting.co.za>
2012-05-16 08:07:20cvrebertlinkissue14824 messages
2012-05-16 08:07:20cvrebertcreate