Message107028
| 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:43 | r.david.murray | set | recipients: + r.david.murray, eric.araujo, jmfauth, docs@python |
| 2010-06-04 11:49:43 | r.david.murray | set | messageid: <1275652183.03.0.628521298561.issue8895@psf.upfronthosting.co.za> |
| 2010-06-04 11:49:40 | r.david.murray | link | issue8895 messages |
| 2010-06-04 11:49:40 | r.david.murray | create | |