From a286f5a8142d727b86c34725fc003edaa3cef08a Mon Sep 17 00:00:00 2001 From: IvanHrasko Date: Wed, 8 Jul 2015 13:46:06 +0200 Subject: [PATCH] ihrasko: fix pep8 style --- test/test.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test.py b/test/test.py index 1399995..eb91051 100644 --- a/test/test.py +++ b/test/test.py @@ -51,7 +51,6 @@ def exe(command): When universal_newlines=True stdout and stderr are opened in text mode. Otherwise, they are opened in binary mode. In that case captured stdout and stderr are not strings and Python 3 throws type error when compared against strings later in tests. - Note: This feature is only available if Python is built with universal newline support (the default). Also, the newlines attribute of the file objects stdout, stdin and stderr are not updated by the