summaryrefslogtreecommitdiff
path: root/tests/basics/string_cr_conversion.py
AgeCommit message (Collapse)Author
2015-01-30py: Convert CR to LF and CR LF to LF in lexer.Damien George
Only noticeable difference is how newlines are encoded in triple-quoted strings. The behaviour now matches CPython3.