(original) (raw)
changeset: 76529:6f41f8ed87c8 parent: 76526:e43ba06da592 parent: 76528:d1ba0421d65f user: Sandro Tosi sandro.tosi@gmail.com date: Tue Apr 24 18:39:53 2012 +0200 files: Doc/library/test.rst description: Issue #14554: merge with 3.2 diff -r e43ba06da592 -r 6f41f8ed87c8 Doc/library/test.rst --- a/Doc/library/test.rst Tue Apr 24 18:12:13 2012 +0200 +++ b/Doc/library/test.rst Tue Apr 24 18:39:53 2012 +0200 @@ -372,7 +372,7 @@ with captured_stdout() as s: print("hello") - assert s.getvalue() == "hello" + assert s.getvalue() == "hello\n" .. function:: temp_cwd(name='tempcwd', quiet=False, path=None) /sandro.tosi@gmail.com