changeset: 79043:210a189544c3 branch: 2.7 parent: 79040:de6976fe19aa user: Ezio Melotti date: Tue Sep 18 07:17:49 2012 +0300 files: Modules/_io/iobase.c description: #15796: Fix \n in readline docstring. diff -r de6976fe19aa -r 210a189544c3 Modules/_io/iobase.c --- a/Modules/_io/iobase.c Mon Sep 17 08:59:36 2012 +0200 +++ b/Modules/_io/iobase.c Tue Sep 18 07:17:49 2012 +0300 @@ -437,7 +437,7 @@ "\n" "If limit is specified, at most limit bytes will be read.\n" "\n" - "The line terminator is always b'\n' for binary files; for text\n" + "The line terminator is always b'\\n' for binary files; for text\n" "files, the newlines argument to open can be used to select the line\n" "terminator(s) recognized.\n");

AltStyle によって変換されたページ (->オリジナル) /