This commit is contained in:
Andrew M. Kuchling 2002-09-30 01:56:17 +00:00
parent dbadbf0092
commit 1af0493a5d
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ Rationale
fread() or fgets() calls that are done direct from C.
A partial output implementation, where strings passed to fp.write()
would be converted to use fp.newlines as their line terminated but
would be converted to use fp.newlines as their line terminator but
all other output would not is far too surprising, in my view.
Because there is no output support for universal newlines there is