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 ilovedexter
Recipients docs@python, ilovedexter
Date 2022-01-07.14:37:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1641566278.48.0.337142384825.issue46293@roundup.psfhosted.org>
In-reply-to
Content
See section "2.4.1. String and Bytes literals" of 3.10.1 documentation.
https://docs.python.org/3.10/reference/lexical_analysis.html#string-and-bytes-literals

Escape Sequence table. First line.

`\newline` should have been `\n`
History
Date User Action Args
2022-01-07 14:37:58ilovedextersetrecipients: + ilovedexter, docs@python
2022-01-07 14:37:58ilovedextersetmessageid: <1641566278.48.0.337142384825.issue46293@roundup.psfhosted.org>
2022-01-07 14:37:58ilovedexterlinkissue46293 messages
2022-01-07 14:37:58ilovedextercreate