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 Michal.Molhanec
Recipients Michal.Molhanec
Date 2011-05-01.14:58:30
SpamBayes Score 8.676155e-06
Marked as misclassified No
Message-id <1304261913.63.0.142734061698.issue11972@psf.upfronthosting.co.za>
In-reply-to
Content
input() returns string including trailing '\r'. IMHO the problem is not directly in the input() function which just expects that the input string was read in text mode so all of the platform specific newlines were normalized into single '\n'.
History
Date User Action Args
2011-05-01 14:58:33Michal.Molhanecsetrecipients: + Michal.Molhanec
2011-05-01 14:58:33Michal.Molhanecsetmessageid: <1304261913.63.0.142734061698.issue11972@psf.upfronthosting.co.za>
2011-05-01 14:58:30Michal.Molhaneclinkissue11972 messages
2011-05-01 14:58:30Michal.Molhaneccreate