mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Issue #14554: merge with 3.2
This commit is contained in:
commit
f0c10f0840
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue