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.16:10:50
SpamBayes Score 0.24334225
Marked as misclassified No
Message-id <1198167050.59.0.918501290992.issue1667@psf.upfronthosting.co.za>
In-reply-to
Content
I think you misunderstand raw_input().  It just returns
sys.stdin.readline().rstrip("\n").  I don't think it's worth fixing. 
The 'q' processing works fine as long as you didn't type \r first. :-)
History
Date User Action Args
2007-12-20 16:10:50gvanrossumsetspambayes_score: 0.243342 -> 0.24334225
recipients: + gvanrossum, JosephArmbruster
2007-12-20 16:10:50gvanrossumsetspambayes_score: 0.243342 -> 0.243342
messageid: <1198167050.59.0.918501290992.issue1667@psf.upfronthosting.co.za>
2007-12-20 16:10:50gvanrossumlinkissue1667 messages
2007-12-20 16:10:50gvanrossumcreate