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 porton
Recipients docs@python, porton
Date 2019-01-31.18:13:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1548958431.25.0.44536557418.issue35870@roundup.psfhosted.org>
In-reply-to
Content
In https://docs.python.org/3/library/io.html it is forgotten to say whether '\n' is appened to the return value of readline().

It is also unclear what happens if the last line not terminated by '\n' is read.

It is also unclear what is returned if a text file (say with '\r\n' terminators) is read. Is it appended to the return value '\n', '\r\n' or nothing?
History
Date User Action Args
2019-01-31 18:13:53portonsetrecipients: + porton, docs@python
2019-01-31 18:13:51portonsetmessageid: <1548958431.25.0.44536557418.issue35870@roundup.psfhosted.org>
2019-01-31 18:13:51portonlinkissue35870 messages
2019-01-31 18:13:51portoncreate