From 3b8316ebbd9a450050d2c2e4e18ebe4a864510bf Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Tue, 12 Oct 2004 16:37:47 +0000 Subject: [PATCH] Typo fixes --- pep-0324.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pep-0324.txt b/pep-0324.txt index eaa1136a6..32a3b803e 100644 --- a/pep-0324.txt +++ b/pep-0324.txt @@ -223,7 +223,7 @@ Specification new process. - If universal_newlines is true, the file objects stdout and - stderr are opened as a text files, but lines may be terminated + stderr are opened as a text file, but lines may be terminated by any of '\n', the Unix end-of-line convention, '\r', the Macintosh convention or '\r\n', the Windows convention. All of these external representations are seen as '\n' by the Python @@ -500,7 +500,7 @@ Open Issues * expect-like functionality, including pty support. pty support is highly platform-dependent, which is a - problem. Also, there are already other modules that provides this + problem. Also, there are already other modules that provide this kind of functionality[6].