attractivechaos / plb

Programming language benchmarks
http://attractivechaos.github.com/plb/
272 stars 57 forks source link

Restore python 3 compatibility #27

Closed Janzert closed 11 years ago

Janzert commented 11 years ago

Given the style of print used it looks like the python sudoku solver was written to run under both python 2 and 3. The recent change to use xrange while the right thing to do for python 2, breaks the compatibility with python 3. Fortunately this can be easily repaired without affecting the speed.