[Python-Dev] Compile() and Windows/Mac newlines (original) (raw)
Terry Reedy tjreedy at udel.edu
Wed Dec 29 21:09:07 CET 2010
- Previous message: [Python-Dev] Compile() and Windows/Mac newlines
- Next message: [Python-Dev] Compile() and Windows/Mac newlines
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 12/29/2010 2:53 PM, Benjamin Peterson wrote:
Type "help", "copyright", "credits" or "license" for more information.
compile("print(999)\r\n", "blah", "exec") <code object at 0xb353e8, file "blah", line 1>
I made a mistake in testing. Issue closed. Sorry for the noise.
-- Terry Jan Reedy
- Previous message: [Python-Dev] Compile() and Windows/Mac newlines
- Next message: [Python-Dev] Compile() and Windows/Mac newlines
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]