• Anthony Baxter's avatar
    backport: · dfea1bb7
    Anthony Baxter yazdı
    Fix a bug discovered by Kalle Svensson: comparing sys.maxint to
    2**32-1 makes no sense.  Use 2**31-1 instead.
    dfea1bb7
test_format.py 9.97 KB