[Python-Dev] How old Python version should be supported in tests?

Benjamin Peterson benjamin at python.org
Thu Dec 27 17:24:37 CET 2012


2012/12/27 Serhiy Storchaka <storchaka at gmail.com>:
> I found a code like "if sys.version_info < (2, 4):" in some tests. Should
> old versions (< 2.6) be supported in tests? Can such support code be removed
> (note that other tests likely doesn't compatible with old versions)?

It would be great if it could all be killed, but I suppose it might be
in some externally maintained module. Which tests?



-- 
Regards,
Benjamin


More information about the Python-Dev mailing list