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 lemburg
Recipients amaury.forgeotdarc, jafo, lemburg, orivej, pitrou
Date 2008-03-20.11:00:13
SpamBayes Score 0.07725965
Marked as misclassified No
Message-id <1206010814.68.0.0460200748164.issue1943@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, all those objections apply to the string type as well. The fact
that strings are variable length objects makes it impossible to do apply
any of the possible optimizations I mentioned. If strings were a fixed
length object, it would have been possible to write a true basestring
object from which both 8-bit strings and Unicode subclass, making a lot
of things easier.

BTW: Please also see ticket #2321 to see how the change affects your
benchmarks.
History
Date User Action Args
2008-03-20 11:00:14lemburgsetspambayes_score: 0.0772597 -> 0.07725965
recipients: + lemburg, jafo, amaury.forgeotdarc, pitrou, orivej
2008-03-20 11:00:14lemburgsetspambayes_score: 0.0772597 -> 0.0772597
messageid: <1206010814.68.0.0460200748164.issue1943@psf.upfronthosting.co.za>
2008-03-20 11:00:14lemburglinkissue1943 messages
2008-03-20 11:00:13lemburgcreate