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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, jafo, lemburg, orivej, pitrou
Date 2008-03-20.10:30:59
SpamBayes Score 0.12924519
Marked as misclassified No
Message-id <1206009061.46.0.732675750212.issue1943@psf.upfronthosting.co.za>
In-reply-to
Content
Marc-Andre: don't all your objections also apply to the 8bit string
type, which is already a variable-size structure?
Is extending unicode more common than extending str?

With python 3.0, all strings are unicode. Shouldn't this type be
optimized for the same use cases of the previous str type?
History
Date User Action Args
2008-03-20 10:31:01amaury.forgeotdarcsetspambayes_score: 0.129245 -> 0.12924519
recipients: + amaury.forgeotdarc, lemburg, jafo, pitrou, orivej
2008-03-20 10:31:01amaury.forgeotdarcsetspambayes_score: 0.129245 -> 0.129245
messageid: <1206009061.46.0.732675750212.issue1943@psf.upfronthosting.co.za>
2008-03-20 10:31:00amaury.forgeotdarclinkissue1943 messages
2008-03-20 10:31:00amaury.forgeotdarccreate