[RELEASED] Python 3.2
Duncan Booth
duncan.booth at invalid.invalid
Mon Feb 21 10:54:09 EST 2011
Georg Brandl <georg at python.org> wrote:
> Please consider trying Python 3.2 with your code and reporting any bugs
> you may notice to:
>
> http://bugs.python.org/
>
It looks like this release breaks the builtin `input()` function on Windows
by leaving a trailing '\r' on the end of the string.
Reported as issue 11272: http://bugs.python.org/issue11272
--
Duncan Booth http://kupuguy.blogspot.com
More information about the Python-list
mailing list