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 r.david.murray
Recipients docs@python, eric.araujo, jmfauth, r.david.murray
Date 2010-06-04.11:49:40
SpamBayes Score 0.006081584
Marked as misclassified No
Message-id <1275652183.03.0.628521298561.issue8895@psf.upfronthosting.co.za>
In-reply-to
Content
This is as documented:

   http://docs.python.org/dev/3.0/library/io.html#io.TextIOBase.newlines

The keyword argument is named 'newline', the attribute is named 'newlines'.  The attribute does not record what was passed to the newline argument, rather it records what newlines have been actually encountered.
History
Date User Action Args
2010-06-04 11:49:43r.david.murraysetrecipients: + r.david.murray, eric.araujo, jmfauth, docs@python
2010-06-04 11:49:43r.david.murraysetmessageid: <1275652183.03.0.628521298561.issue8895@psf.upfronthosting.co.za>
2010-06-04 11:49:40r.david.murraylinkissue8895 messages
2010-06-04 11:49:40r.david.murraycreate