Re: [Python-Dev] cpython: Add yet another test for subprocess.Popen.communicate

2012-08-16 Thread Andrew Svetlov
Fixed in 150fa296f5b9. New version uses binary stream for output. assertStderrEqual cannot be applied because it strips newlines which are subject for check. On Thu, Aug 16, 2012 at 1:25 AM, Antoine Pitrou wrote: > On Wed, 15 Aug 2012 21:54:06 +0200 (CEST) > andrew.svetlov wrote: >> >> diff --gi

Re: [Python-Dev] cpython: Add yet another test for subprocess.Popen.communicate

2012-08-15 Thread Antoine Pitrou
On Wed, 15 Aug 2012 21:54:06 +0200 (CEST) andrew.svetlov wrote: > > diff --git a/Lib/test/test_subprocess.py b/Lib/test/test_subprocess.py > --- a/Lib/test/test_subprocess.py > +++ b/Lib/test/test_subprocess.py > @@ -645,6 +645,34 @@ > p.communicate() > self.assertEqual(p.return