[Python-Dev] eval and triple quoted strings
Greg Ewing
greg.ewing at canterbury.ac.nz
Sat Jun 15 06:08:21 CEST 2013
More information about the Python-Dev mailing list
Sat Jun 15 06:08:21 CEST 2013
- Previous message: [Python-Dev] eval and triple quoted strings
- Next message: [Python-Dev] eval and triple quoted strings
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Guido van Rossum wrote: > Not a bug. The same is done for file input -- CRLF is changed to LF > before tokenizing. I'm not convinced it's reasonable behaviour to re-scan the string as though it's being read from a file. It's a Python string, so it's already been through whatever line-ending transformation is appropriate to get it into memory. -- Greg
- Previous message: [Python-Dev] eval and triple quoted strings
- Next message: [Python-Dev] eval and triple quoted strings
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list