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 ncoghlan
Recipients amaury.forgeotdarc, benjamin.peterson, christoph, davidfraser, georg.brandl, hodgestar, lemburg, ncoghlan, pitrou
Date 2008-06-11.14:49:19
SpamBayes Score 0.0
Marked as misclassified No
Message-id <1213195760.84.0.599786243353.issue2517@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not sure adding a dedicated method slot would be worth the hassle
involved - Py3k drop backs to just the tp_str slot anyway, and the only
thing you gain with a tp_unicode slot over _PyType_Lookup of a
__unicode__ attribute is a small reduction in memory usage and a slight
speed increase.
History
Date User Action Args
2008-08-06 09:01:35georg.brandlsetspambayes_score: 0.76165 -> 0.0
2008-06-11 14:49:21ncoghlansetspambayes_score: 0.76165 -> 0.76165
recipients: + ncoghlan, lemburg, georg.brandl, amaury.forgeotdarc, davidfraser, pitrou, benjamin.peterson, christoph, hodgestar
2008-06-11 14:49:20ncoghlansetspambayes_score: 0.76165 -> 0.76165
messageid: <1213195760.84.0.599786243353.issue2517@psf.upfronthosting.co.za>
2008-06-11 14:49:20ncoghlanlinkissue2517 messages
2008-06-11 14:49:19ncoghlancreate