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 (3.2): open() / TextIOWrapper doc: make it explicit than newline='\n' doesn't

2012-08-16 Thread Serhiy Storchaka
On 04.08.12 02:27, victor.stinner wrote: http://hg.python.org/cpython/rev/243ad1a6f638 changeset: 78403:243ad1a6f638 branch: 3.2 parent: 78400:f19bea7bbee7 user:Victor Stinner date:Sat Aug 04 01:18:56 2012 +0200 summary: open() / TextIOWrapper doc: make it explicit