Georg Brandl added the comment:
This is a duplicate of #11272, which will be fixed in 3.2.1.
--
nosy: +georg.brandl
resolution: -> duplicate
status: open -> closed
superseder: -> input() has trailing carriage return on windows
___
Python tracker
<
New submission from Atsushi Odagiri :
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
w