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 brett.cannon
Recipients brett.cannon, christian.heimes, georg.brandl, gvanrossum
Date 2007-10-23.06:02:46
SpamBayes Score 0.020919101
Marked as misclassified No
Message-id <1193119368.27.0.801583759811.issue1303@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is an updated patch.  I didn't touch Georg's code short of
tossing in some comments on whether we wanted to sneak around some APIs
for performance or not.  Anything I added was to make all but one test pass.

And that one test is test_str.  There is now this odd mixture of
test_unicode, test_str, and test_bytes.  But that doesn't really fit
anymore since unicode is now str, so that file should probably get
renamed.  And str8 is becoming more like bytes.  That means that
string_tests is really just tests for what is now str and we need a
bytes_tests thing for str8 and bytes.

Assigning back to Guido since he seems to be assigned everything that is
holding up 3.0a2.  =)  If I am lucky I will be able to help with this
testing reorg, but that is iffy.
Files
File name Uploaded
str_constructor_updated.diff brett.cannon, 2007-10-23.06:02:47
History
Date User Action Args
2007-10-23 06:02:48brett.cannonsetspambayes_score: 0.0209191 -> 0.020919101
recipients: + brett.cannon, gvanrossum, georg.brandl, christian.heimes
2007-10-23 06:02:48brett.cannonsetspambayes_score: 0.0209191 -> 0.0209191
messageid: <1193119368.27.0.801583759811.issue1303@psf.upfronthosting.co.za>
2007-10-23 06:02:48brett.cannonlinkissue1303 messages
2007-10-23 06:02:47brett.cannoncreate