On 10/10/13 10:35, Jeremy Heiner wrote: > Running the tests with various Python versions revealed that exactly > one 2.6 feature had been introduced: sys.maxsize was used in the > "query006" test. Now it uses sys.maxsize where available and falls > back to use sys.maxint.
python-2.5 is EOL upstream. I see no need to support software that is not supported by its developers. Allan
