Georg Brandl <ge...@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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to