Closed GoogleCodeExporter closed 9 years ago
Hi, in Python 2.x the division (val / section_alignment) is a floor division
(because both numbers are int) hence the subsequent multiplication will yield
an integer multiple of section_alignment, as expected.
Original comment by ero.carr...@gmail.com
on 27 Oct 2014 at 3:02
Original issue reported on code.google.com by
slw07g...@gmail.com
on 22 Oct 2014 at 6:02