[Python-Dev] Python 3.3 release schedule posted
Victor Stinner
victor.stinner at haypocalc.com
Sun Apr 3 10:56:45 CEST 2011
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
More information about the Python-Dev
mailing list