Home | History | Annotate | Download | only in test

Lines Matching full:supported

44         expected = 'backquote not supported in 3.x; use repr()'
91 expected = 'type inequality comparisons not supported in 3.x'
98 expected = 'comparing unequal types not supported in 3.x'
105 expected = 'dict inequality comparisons not supported in 3.x'
116 expected = 'cell comparisons not supported in 3.x'
129 expected = 'code inequality comparisons not supported in 3.x'
145 'order comparisons not supported in 3.x')
174 expected = "the cmp argument is not supported in 3.x"
188 expected = 'sys.exc_clear() not supported in 3.x; use except clauses'
193 expected = '__members__ and __methods__ not supported in 3.x'
202 expected = 'file.softspace not supported in 3.x'
239 expected = 'buffer() not supported in 3.x'
244 expected = ("f.xreadlines() not supported in 3.x, "
302 callable_warn = ("operator.isCallable() is not supported in 3.x. "
304 seq_warn = ("operator.sequenceIncludes() is not supported "
312 expected = "non-ascii bytes literals not supported in 3.x"