[issue11272] input() has trailing carriage return on windows

STINNER Victor report at bugs.python.org
Wed Feb 23 01:41:02 CET 2011


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

Here is a patch to fix input() on Windows: strip also \r.

----------
keywords: +patch
Added file: http://bugs.python.org/file20852/input_rn.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11272>
_______________________________________


More information about the Python-bugs-list mailing list