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.02:15:26
SpamBayes Score 0.002213888
Marked as misclassified No
Message-id <1192932926.76.0.543806070691.issue1263@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is a fix for test_subprocess.

Simply had to change a call to str8() to str().

I am going to run the test suite, but that should leave only test_struct
failing and that can be fixed as soon as Guido makes a call on whether
str8 or str should be used for the string formats.
Files
File name Uploaded
fix_test_subprocess.diff brett.cannon, 2007-10-21.02:15:26
History
Date User Action Args
2007-10-21 02:15:26brett.cannonsetspambayes_score: 0.00221389 -> 0.002213888
recipients: + brett.cannon, gvanrossum, thomaslee
2007-10-21 02:15:26brett.cannonsetspambayes_score: 0.00221389 -> 0.00221389
messageid: <1192932926.76.0.543806070691.issue1263@psf.upfronthosting.co.za>
2007-10-21 02:15:26brett.cannonlinkissue1263 messages
2007-10-21 02:15:26brett.cannoncreate