Sujet : Re: backslash in triple quoted string
De : ram (at) *nospam* zedat.fu-berlin.de (Stefan Ram)
Groupes : comp.lang.pythonDate : 08. May 2025, 17:09:35
Autres entêtes
Organisation : Stefan Ram
Message-ID : <grammar-20250508170917@ram.dialup.fu-berlin.de>
References : 1 2 3 4 5
ram@zedat.fu-berlin.de (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.