cpython: 6f41f8ed87c8 (original) (raw)
Mercurial > cpython
changeset 76529:6f41f8ed87c8
Issue #14554: merge with 3.2 [#14554]
Sandro Tosi sandro.tosi@gmail.com | |
---|---|
date | Tue, 24 Apr 2012 18:39:53 +0200 |
parents | e43ba06da592(current diff)d1ba0421d65f(diff) |
children | b044e0568be2 |
files | Doc/library/test.rst |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-)[+] [-] Doc/library/test.rst 2 |
line wrap: on
line diff
--- a/Doc/library/test.rst
+++ b/Doc/library/test.rst
@@ -372,7 +372,7 @@ The :mod:test.support
module defines t
with captured_stdout() as s:
print("hello")
assert s.getvalue() == "hello"[](#l1.7)
assert s.getvalue() == "hello\n"[](#l1.8)
.. function:: temp_cwd(name='tempcwd', quiet=False, path=None)