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-21.01:52:23
SpamBayes Score 0.07765253
Marked as misclassified No
Message-id <1192931543.39.0.59696411771.issue1263@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is a patch to fix test_str.

Basically there were a bunch of redundant tests for making sure that
calling str() on an object called it's __str__ method.  str8 no longer
is directly relevant since it is no longer an actual string type.
Files
File name Uploaded
fix_test_str.diff brett.cannon, 2007-10-21.01:52:23
History
Date User Action Args
2007-10-21 01:52:23brett.cannonsetspambayes_score: 0.0776525 -> 0.07765253
recipients: + brett.cannon, gvanrossum, thomaslee
2007-10-21 01:52:23brett.cannonsetspambayes_score: 0.0776525 -> 0.0776525
messageid: <1192931543.39.0.59696411771.issue1263@psf.upfronthosting.co.za>
2007-10-21 01:52:23brett.cannonlinkissue1263 messages
2007-10-21 01:52:23brett.cannoncreate