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-22.07:38:35
SpamBayes Score 0.027166925
Marked as misclassified No
Message-id <1193038717.27.0.301903940927.issue1263@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is a fix for test_struct.

All of the string tests now assume str8 is returned when arguments of
bytes, str8 or str are given for the various string formats.

All tests now pass.  Re-assigning to myself to check everything in when
it isn't so late at night.  =)
Files
File name Uploaded
fix_test_struct.diff brett.cannon, 2007-10-22.07:38:36
History
Date User Action Args
2007-10-22 07:38:37brett.cannonsetspambayes_score: 0.0271669 -> 0.027166925
recipients: + brett.cannon, gvanrossum, thomaslee
2007-10-22 07:38:37brett.cannonsetspambayes_score: 0.0271669 -> 0.0271669
messageid: <1193038717.27.0.301903940927.issue1263@psf.upfronthosting.co.za>
2007-10-22 07:38:36brett.cannonlinkissue1263 messages
2007-10-22 07:38:36brett.cannoncreate