The change in integer division seems to be the most insidious source of silent errors in porting code from python2 - since it changes the behaviour or valid code silently.
I wish the interpreter had an instrumented mode to detect and report such problems. -- http://mail.python.org/mailman/listinfo/python-list