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 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:40ncoghlansetrecipients: + ncoghlan, SilentGhost, docs@python, lisroach, remi.lapeyre, Magnien Sebastien
2019-02-16 18:01:40ncoghlansetmessageid: <1550340100.65.0.788295884263.issue35962@roundup.psfhosted.org>
2019-02-16 18:01:40ncoghlanlinkissue35962 messages
2019-02-16 18:01:40ncoghlancreate