• Tim Peters's avatar
    settid(): Display the tid values when the "new tid must be greater than · fbe71932
    Tim Peters authored
    previous one" check fails.  Surprise!  The test was using tid < self.tid,
    not <=, so it can't be the case that the test was failing because the new
    tid was equal to the last one.  Changed the test to use <=.  Maybe that's
    not a good change, but, if not, then the error message is wrong <wink>.
    fbe71932
cache.py 30.8 KB