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 christian.heimes
Recipients christian.heimes, gvanrossum
Date 2007-10-15.15:48:47
SpamBayes Score 0.0485178
Marked as misclassified No
Message-id <1192463327.36.0.932603047838.issue1258@psf.upfronthosting.co.za>
In-reply-to
Content
Here is an updated patch which applies cleanly and fixes some additional
unit tests and removes one that doesn't make sense any more (re.compile
doesn't accept bytes).

The unit tests profile, cProfile and doctest fail w/ and w/o this patch.
They seem to suffer from the latest changes of our previous patch and
additional calls to utf_8_decode().
Files
File name Uploaded
py3k_basestring_removal2.patch christian.heimes, 2007-10-15.15:48:47
History
Date User Action Args
2007-10-15 15:48:47christian.heimessetspambayes_score: 0.0485178 -> 0.0485178
recipients: + christian.heimes, gvanrossum
2007-10-15 15:48:47christian.heimessetspambayes_score: 0.0485178 -> 0.0485178
messageid: <1192463327.36.0.932603047838.issue1258@psf.upfronthosting.co.za>
2007-10-15 15:48:47christian.heimeslinkissue1258 messages
2007-10-15 15:48:47christian.heimescreate