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 schmir
Recipients lanny, schmir
Date 2008-03-18.18:02:22
SpamBayes Score 0.12756969
Marked as misclassified No
Message-id <1205863343.74.0.193457135175.issue2381@psf.upfronthosting.co.za>
In-reply-to
Content
I can confirm this issue. 2 tests fail without this patch. please apply.

here are the failing tests:
======================================================================
FAIL: test_args_string (test.test_subprocess.ProcessTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/ralf/tt tt/trunk/Lib/test/test_subprocess.py", line 544,
in test_args_string
    self.assertEqual(p.returncode, 47)
AssertionError: 126 != 47

======================================================================
FAIL: test_call_string (test.test_subprocess.ProcessTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/ralf/tt tt/trunk/Lib/test/test_subprocess.py", line 585,
in test_call_string
    self.assertEqual(rc, 47)
AssertionError: 126 != 47
History
Date User Action Args
2008-03-18 18:02:23schmirsetspambayes_score: 0.12757 -> 0.12756969
recipients: + schmir, lanny
2008-03-18 18:02:23schmirsetspambayes_score: 0.12757 -> 0.12757
messageid: <1205863343.74.0.193457135175.issue2381@psf.upfronthosting.co.za>
2008-03-18 18:02:23schmirlinkissue2381 messages
2008-03-18 18:02:22schmircreate