In an algorithms course we're using python 2.7 because we "hand in" our code on the course website and automatically test it with different input, and I suppose it's a compatibility issue.
The current assignment is a all-to-all shortest path problem, and we're given a framework for our code in which they import maxint. Just wondering what maxint does.