Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #53164

python3 integer division debugging

From Neal Becker <ndbecker2@gmail.com>
Subject python3 integer division debugging
Date 2013-08-28 11:15 -0400
Newsgroups comp.lang.python
Message-ID <mailman.313.1377702965.19984.python-list@python.org> (permalink)

Show all headers | View raw


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.

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

python3 integer division debugging Neal Becker <ndbecker2@gmail.com> - 2013-08-28 11:15 -0400

csiph-web