This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author skip.montanaro
Recipients
Date 2005-06-27.11:22:23
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=44345

Seems the most likely place you'd want to use this is to select a non-
native line ending in a situation where you didn't want to use universal
newlines (select \r as a line ending on Unix, for example, and allow
\n to just be another character).  In that case they'd clearly still be
lines, so embellishing the normal line reading machinery without
adding a new method would be most appropriate.
History
Date User Action Args
2008-01-20 09:59:37adminlinkissue1152248 messages
2008-01-20 09:59:37admincreate