Tim Harig <user...@ilthio.net> writes: > If lower is 5 and higher is 3, then it returns 3 because 3 != None in the > first if.
Sorry, the presumption was that lower <= higher, i.e. the comparison had already been made and the invariant was enforced by the class constructor. The comment should have been more explicit, I guess. -- http://mail.python.org/mailman/listinfo/python-list