python3 integer division debugging

Neal Becker ndbecker2 at gmail.com
Wed Aug 28 11:15:52 EDT 2013


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.




More information about the Python-list mailing list