This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gvanrossum
Recipients JosephArmbruster, gvanrossum
Date 2007-12-20.17:32:03
SpamBayes Score 0.29749802
Marked as misclassified No
Message-id <ca471dc20712200932v16d9815ftad795fce3e4cff53@mail.gmail.com>
In-reply-to <1198167487.01.0.691983010845.issue1667@psf.upfronthosting.co.za>
Content
Very odd.  Can you experiment with input() and sys.stdin.readline() to
see what exactly gets returned? It seems that somehow the CRLF -> LF
translation isn't working, and that should be fixed somewhere else,
not in license().

I imagine you could just do this:

Hi: <hit Return here>
'\r'
>>>

It should return '' but I think you will see '\r'. I'd like to see
someone else with access to Windows confirm this though.
History
Date User Action Args
2007-12-20 17:32:03gvanrossumsetspambayes_score: 0.297498 -> 0.29749802
recipients: + gvanrossum, JosephArmbruster
2007-12-20 17:32:03gvanrossumlinkissue1667 messages
2007-12-20 17:32:03gvanrossumcreate