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

Serhiy Storchaka storchaka at gmail.com
Thu Dec 27 17:15:06 CET 2012


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)?


More information about the Python-Dev mailing list