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, gvanrossum, thomaslee
Date 2007-10-20.00:44:24
SpamBayes Score 0.023904946
Marked as misclassified No
Message-id <1192841064.89.0.0417851840309.issue1263@psf.upfronthosting.co.za>
In-reply-to
Content
Attached a fix for test_format.

It was testing string interpolation on both str8 and str and using a str
for the comparison.  Since string interpolation is going away for str8
once it becomes bytes I just removed the testing of str8.

The failures I know of left are:
test_modulefinder
test_sqlite
test_str
test_struct
test_subprocess
Files
File name Uploaded
fix_test_format.diff brett.cannon, 2007-10-20.00:44:24
History
Date User Action Args
2007-10-20 00:44:25brett.cannonsetspambayes_score: 0.0239049 -> 0.023904946
recipients: + brett.cannon, gvanrossum, thomaslee
2007-10-20 00:44:24brett.cannonsetspambayes_score: 0.0239049 -> 0.0239049
messageid: <1192841064.89.0.0417851840309.issue1263@psf.upfronthosting.co.za>
2007-10-20 00:44:24brett.cannonlinkissue1263 messages
2007-10-20 00:44:24brett.cannoncreate