Home | History | Annotate | Download | only in test

Lines Matching full:supported

43         expected = 'backquote not supported in 3.x; use repr()'
90 expected = 'type inequality comparisons not supported in 3.x'
97 expected = 'comparing unequal types not supported in 3.x'
104 expected = 'dict inequality comparisons not supported in 3.x'
115 expected = 'cell comparisons not supported in 3.x'
128 expected = 'code inequality comparisons not supported in 3.x'
144 'order comparisons not supported in 3.x')
173 expected = "the cmp argument is not supported in 3.x"
187 expected = 'sys.exc_clear() not supported in 3.x; use except clauses'
192 expected = '__members__ and __methods__ not supported in 3.x'
201 expected = 'file.softspace not supported in 3.x'
238 expected = 'buffer() not supported in 3.x'
243 expected = ("f.xreadlines() not supported in 3.x, "
301 callable_warn = ("operator.isCallable() is not supported in 3.x. "
303 seq_warn = ("operator.sequenceIncludes() is not supported "