Commit Graph

8 Commits

Author SHA1 Message Date
Andrew M. Kuchling 1af0493a5d Fix typo 2002-09-30 01:56:17 +00:00
Jack Jansen 267a3d6f76 - Fixed a typo
- Return a tuple of newlines in stead of 'mixed'
- Added rationale for having the code in ifdefs and not having the
  newlines attribute in --without-universal-newlines builds.
2002-04-13 22:16:49 +00:00
Guido van Rossum 900bbbb5a5 Add live link to the SF patch. 2002-04-11 15:44:08 +00:00
Jack Jansen 19aefb3500 One more "t" replaced by "U".
Unicode is confirmed "newline-safe".
2002-03-16 00:35:36 +00:00
Jack Jansen 130b28e2a4 Added a line clarifying that newline conversion happens not only for
readline() but for all input calls.
2002-03-14 22:47:31 +00:00
Jack Jansen 69316725d1 - --with-universal-newlines is now the default
- U is the mode character that signal universal newlines in open in stead
  of t.
- Clarified why output isn't handled.
- Clarified various questions on unicode, exec, locks, etc.
2002-03-13 22:50:54 +00:00
Jack Jansen 1423939929 Two small clarifications after comments by Detlef Lannart. 2002-02-05 23:50:38 +00:00
Barry Warsaw 3d0a5402a1 Added PEP 278, Universal Newline Support, Jack Jansen 2002-01-23 13:24:26 +00:00