[Python-Dev] How old Python version should be supported in tests? (original) (raw)
Benjamin Peterson benjamin at python.org
Thu Dec 27 17:24:37 CET 2012
- Previous message: [Python-Dev] How old Python version should be supported in tests?
- Next message: [Python-Dev] How old Python version should be supported in tests?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
2012/12/27 Serhiy Storchaka <storchaka at gmail.com>:
I found a code like "if sys.versioninfo < (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
- Previous message: [Python-Dev] How old Python version should be supported in tests?
- Next message: [Python-Dev] How old Python version should be supported in tests?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]