[Python-Dev] How old Python version should be supported in tests? (original) (raw)
Serhiy Storchaka storchaka at gmail.com
Thu Dec 27 17:15:06 CET 2012
- Previous message: [Python-Dev] Range information in the AST -- once more
- Next message: [Python-Dev] How old Python version should be supported in tests?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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)?
- Previous message: [Python-Dev] Range information in the AST -- once more
- Next message: [Python-Dev] How old Python version should be supported in tests?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]