Le samedi 02 avril 2011 à 16:00 +0300, anatoly techtonik a écrit : > Do you have an estimate of Python 3.2.1 release?
FYI I introduced (and then fixed) two regressions specific to Windows in Python 3.2: http://bugs.python.org/issue11272 (input) http://bugs.python.org/issue11395 (print) Issue #11272 is annoying: input() returns a string ending a string ending by '\r'. The workaround is input().rstrip('\r')or input().rstrip(). The second end is more a corner case: print fails if you write more than 60,000 bytes at once. Victor _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com