Message335706
| Author | ncoghlan |
|---|---|
| Recipients | Magnien Sebastien, SilentGhost, docs@python, lisroach, ncoghlan, remi.lapeyre |
| Date | 2019-02-16.18:01:40 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1550340100.65.0.788295884263.issue35962@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
I agree the current text is ambiguous given how often folks refer to the newline escape sequence as a "newline", but it isn't wrong - it's just talking about escaping literal newlines in your source code like: >>> "This is a \ ... single-line string" 'This is a single-line string' When this paragraph is being updated, it would be good to add a cross-reference down to the table of escape sequences later in the section. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-02-16 18:01:40 | ncoghlan | set | recipients: + ncoghlan, SilentGhost, docs@python, lisroach, remi.lapeyre, Magnien Sebastien |
| 2019-02-16 18:01:40 | ncoghlan | set | messageid: <1550340100.65.0.788295884263.issue35962@roundup.psfhosted.org> |
| 2019-02-16 18:01:40 | ncoghlan | link | issue35962 messages |
| 2019-02-16 18:01:40 | ncoghlan | create | |