Browse Source

Issue #14554: merge with 3.2

pull/2332/head
Sandro Tosi 14 years ago
parent
commit
f0c10f0840
  1. 2
      Doc/library/test.rst

2
Doc/library/test.rst

@ -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…
Cancel
Save