Commit b82127cc authored by Stefan Behnel's avatar Stefan Behnel

disable dict.setdefault() test in Py2.4 which tests for a bug in that version

parent 079309a2
......@@ -204,6 +204,7 @@ VER_DEP_MODULES = {
'run.relativeimport_star_T542',
'run.initial_file_path', # relative import
'run.pynumber_subtype_conversion', # bug in Py2.4
'run.dict_setdefault',
]),
(2,6) : (operator.lt, lambda x: x in ['run.print_function',
'run.language_level', # print function
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment