Python 3 fixes via 2to3 - the "while 1" construct has been replaces with "while True".
The command used was: 2to3 -j 4 -w -f idioms .
Authored by: bugman 2014-11-11
Parent: [r26534]
Child: [r26536]