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 Atsushi.Odagiri
Recipients Atsushi.Odagiri
Date 2011-07-03.11:03:37
SpamBayes Score 2.0892138e-08
Marked as misclassified No
Message-id <1309691018.52.0.674006633314.issue12477@psf.upfronthosting.co.za>
In-reply-to
Content
Python 3.2 (r32:88445, Feb 20 2011, 21:30:00) [MSC v.1500 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> input()
a
'a\r'


Python 3.1.3 (r313:86834, Nov 27 2010, 17:20:37) [MSC v.1500 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> input()
a
'a'
History
Date User Action Args
2011-07-03 11:03:38Atsushi.Odagirisetrecipients: + Atsushi.Odagiri
2011-07-03 11:03:38Atsushi.Odagirisetmessageid: <1309691018.52.0.674006633314.issue12477@psf.upfronthosting.co.za>
2011-07-03 11:03:37Atsushi.Odagirilinkissue12477 messages
2011-07-03 11:03:37Atsushi.Odagiricreate