Kaydet (Commit) f0c10f08 authored tarafından Sandro Tosi's avatar Sandro Tosi

Issue #14554: merge with 3.2

......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment