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.

作者 benjamin.peterson
收信人 Trundle, benjamin.peterson, daniel.urban, eric.araujo, ncoghlan, pitrou, rhettinger
日期 2011-04-05.14:12:58
SpamBayes Score 0.0018806625
Marked as misclassified
Message-id <1302012779.37.0.446230135571.issue10977@psf.upfronthosting.co.za>
In-reply-to
内容
I find this extremely ugly. The correct way to handle this is to use the generic methods themselves. Really, the type-specific names should only be used when you have just created the type or done PyXXX_CheckExact() yourself on it.
历史
日期 用户 动作 参数
2011-04-05 14:12:59benjamin.peterson修改recipients: + benjamin.peterson, rhettinger, ncoghlan, pitrou, eric.araujo, Trundle, daniel.urban
2011-04-05 14:12:59benjamin.peterson修改messageid: <1302012779.37.0.446230135571.issue10977@psf.upfronthosting.co.za>
2011-04-05 14:12:58benjamin.peterson链接issue10977 messages
2011-04-05 14:12:58benjamin.peterson创建