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 BreamoreBoy
Recipients BreamoreBoy, amaury.forgeotdarc, mark, mightyiam, pitrou, segfaulthunter, srid
Date 2010-07-22.15:32:09
SpamBayes Score 0.009522385
Marked as misclassified No
Message-id <1279812732.01.0.904250299315.issue6135@psf.upfronthosting.co.za>
In-reply-to
Content
Ran new unit test before and after patching subprocess on Windows Vista against 3.1 debug maintenance release, all ok apart from this at end of latter.

  File "test\test_subprocess.py", line 568, in test_encoded_stderr
    self.assertEqual(p.stderr.read(), send)
AssertionError: 'ï[32943 refs]\r\n' != 'ï'

I'm sure I've seen a ref to this somewhere, can anyone remember where?
History
Date User Action Args
2010-07-22 15:32:12BreamoreBoysetrecipients: + BreamoreBoy, amaury.forgeotdarc, pitrou, mark, segfaulthunter, srid, mightyiam
2010-07-22 15:32:12BreamoreBoysetmessageid: <1279812732.01.0.904250299315.issue6135@psf.upfronthosting.co.za>
2010-07-22 15:32:10BreamoreBoylinkissue6135 messages
2010-07-22 15:32:09BreamoreBoycreate