Oct. 11, 2012
10:53 a.m.
On 11.10.12 13:31, Yuval Greenfield wrote:
http://docs.python.org/release/3.3.0/reference/lexical_analysis.html#string-...
I'm not sure I understand what this line from the docs means:
\newline Backslash and newline ignored
I understand that row as either "\n" won't appear in the resulting string or that I should get "\\newline".
Newline is newline in source code.
"a\ ... b" 'ab'
Type <Quote><Key "a"><Backslash><Enter><Key "b"><Quote>. Result is "ab".