Issue #14554: merge with 3.2

This commit is contained in:
Sandro Tosi 2012-04-24 18:39:53 +02:00
commit f0c10f0840
1 changed files with 1 additions and 1 deletions

View File

@ -372,7 +372,7 @@ The :mod:`test.support` module defines the following functions:
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)