mirror of https://github.com/python/cpython
Issue #14554: merge with 3.2
This commit is contained in:
commit
f0c10f0840
|
@ -372,7 +372,7 @@ The :mod:`test.support` module defines the following functions:
|
||||||
|
|
||||||
with captured_stdout() as s:
|
with captured_stdout() as s:
|
||||||
print("hello")
|
print("hello")
|
||||||
assert s.getvalue() == "hello"
|
assert s.getvalue() == "hello\n"
|
||||||
|
|
||||||
|
|
||||||
.. function:: temp_cwd(name='tempcwd', quiet=False, path=None)
|
.. function:: temp_cwd(name='tempcwd', quiet=False, path=None)
|
||||||
|
|
Loading…
Reference in New Issue