Re: backslash in triple quoted string
[email protected] (Stefan Ram)
| Newsgroups | comp.lang.python |
|---|---|
| Organization | Stefan Ram |
| Message-ID | <[email protected]> |
[email protected] (Stefan Ram) wrote or quoted: >A "more formal specification" can be found in, maybe (if I found >the right place), the function definition "_PyBytes_DecodeEscape" >in the source file "Objects\bytesobject.c": See also: Grammar/python.gram Grammar/Tokens in the CPython sources, which does not seem to speak about escapes in string literals, though.