/home/antoine/cpython/__svn__/Lib/test/test_grammar.py:539: DeprecationWarning: dict.has_key() not supported in 3.x; use the in operator if g.has_key('__builtins__'): del g['__builtins__'] /home/antoine/cpython/__svn__/Lib/test/test_grammar.py:547: DeprecationWarning: dict.has_key() not supported in 3.x; use the in operator if g.has_key('__builtins__'): del g['__builtins__'] /home/antoine/cpython/__svn__/Lib/test/test_grammar.py:548: DeprecationWarning: dict.has_key() not supported in 3.x; use the in operator if l.has_key('__builtins__'): del l['__builtins__'] /home/antoine/cpython/__svn__/Lib/test/test_grammar.py:966: DeprecationWarning: classic int division self.assertEqual((6 / 2 if 1 else 3), 3) :1: SyntaxWarning: tuple parameter unpacking has been removed in 3.x /home/antoine/cpython/__svn__/Lib/test/test_grammar.py:829: DeprecationWarning: comparing unequal types not supported in 3.x return [None < x < 3 for x in l if x > 2] /home/antoine/cpython/__svn__/Lib/test/test_grammar.py:709: DeprecationWarning: classic int division x = 1 / 1 /home/antoine/cpython/__svn__/Lib/test/test_grammar.py:711: DeprecationWarning: classic int division x = 1 / 1 * 1 % 1 /home/antoine/cpython/__svn__/Lib/test/test_grammar.py:747: DeprecationWarning: comparing unequal types not supported in 3.x L.sort() /home/antoine/cpython/__svn__/Lib/test/test_grammar.py:629: DeprecationWarning: classic int division 1/0 /home/antoine/cpython/__svn__/Lib/test/test_grammar.py:634: DeprecationWarning: classic int division try: 1/0 /home/antoine/cpython/__svn__/Lib/test/test_grammar.py:640: DeprecationWarning: classic int division try: 1/0 /home/antoine/cpython/__svn__/Lib/test/test_grammar.py:642: DeprecationWarning: classic int division try: 1/0 /home/antoine/cpython/__svn__/Lib/test/test_grammar.py:718: DeprecationWarning: classic int division x = -1*1/1 + 1*1 - ---1*1 /home/antoine/cpython/__svn__/Lib/test/test_opcodes.py:33: DeprecationWarning: exceptions must derive from BaseException in 3.x try: raise AClass() /home/antoine/cpython/__svn__/Lib/test/test_opcodes.py:36: DeprecationWarning: exceptions must derive from BaseException in 3.x try: raise AClass() /home/antoine/cpython/__svn__/Lib/test/test_opcodes.py:37: DeprecationWarning: catching classes that don't inherit from BaseException is not allowed in 3.x except AClass: pass /home/antoine/cpython/__svn__/Lib/test/test_opcodes.py:39: DeprecationWarning: exceptions must derive from BaseException in 3.x try: raise BClass() /home/antoine/cpython/__svn__/Lib/test/test_opcodes.py:40: DeprecationWarning: catching classes that don't inherit from BaseException is not allowed in 3.x except AClass: pass /home/antoine/cpython/__svn__/Lib/test/test_opcodes.py:42: DeprecationWarning: exceptions must derive from BaseException in 3.x try: raise BClass() /home/antoine/cpython/__svn__/Lib/test/test_opcodes.py:43: DeprecationWarning: catching classes that don't inherit from BaseException is not allowed in 3.x except CClass: self.fail() /home/antoine/cpython/__svn__/Lib/test/test_opcodes.py:49: DeprecationWarning: exceptions must derive from BaseException in 3.x try: raise AClass, b /home/antoine/cpython/__svn__/Lib/test/test_opcodes.py:50: DeprecationWarning: catching classes that don't inherit from BaseException is not allowed in 3.x except BClass, v: /home/antoine/cpython/__svn__/Lib/test/test_opcodes.py:54: DeprecationWarning: exceptions must derive from BaseException in 3.x try: raise b /home/antoine/cpython/__svn__/Lib/test/test_opcodes.py:55: DeprecationWarning: catching classes that don't inherit from BaseException is not allowed in 3.x except AClass, v: /home/antoine/cpython/__svn__/Lib/test/test_opcodes.py:65: DeprecationWarning: exceptions must derive from BaseException in 3.x try: raise DClass, a /home/antoine/cpython/__svn__/Lib/test/test_opcodes.py:66: DeprecationWarning: catching classes that don't inherit from BaseException is not allowed in 3.x except DClass, v: /home/antoine/cpython/__svn__/Lib/test/test_opcodes.py:12: DeprecationWarning: classic int division try: 1/0 :1: DeprecationWarning: dict.has_key() not supported in 3.x; use the in operator /home/antoine/cpython/__svn__/Lib/test/test_dict.py:552: DeprecationWarning: classic int division d = {'a': 1/0, 'b': None, 'c': None, 'd': None, 'e': None, /home/antoine/cpython/__svn__/Lib/test/test_dict.py:60: DeprecationWarning: dict.has_key() not supported in 3.x; use the in operator self.assertTrue(not d.has_key('a')) /home/antoine/cpython/__svn__/Lib/test/test_dict.py:36: DeprecationWarning: dict.has_key() not supported in 3.x; use the in operator self.assertTrue(d.has_key('a')) /home/antoine/cpython/__svn__/Lib/test/test_dict.py:37: DeprecationWarning: dict.has_key() not supported in 3.x; use the in operator self.assertTrue(d.has_key('b')) /home/antoine/cpython/__svn__/Lib/test/test_dict.py:398: DeprecationWarning: dict inequality comparisons not supported in 3.x self.assertTrue(not ({} < {})) /home/antoine/cpython/__svn__/Lib/test/test_dict.py:399: DeprecationWarning: dict inequality comparisons not supported in 3.x self.assertTrue(not ({1: 2} < {1L: 2L})) /home/antoine/cpython/__svn__/Lib/test/test_dict.py:412: DeprecationWarning: dict inequality comparisons not supported in 3.x d1 < d2 /home/antoine/cpython/__svn__/Lib/test/mapping_tests.py:59: DeprecationWarning: dict.has_key() not supported in 3.x; use the in operator self.assertTrue(d.has_key(k)) /home/antoine/cpython/__svn__/Lib/test/mapping_tests.py:62: DeprecationWarning: dict.has_key() not supported in 3.x; use the in operator self.assertFalse(d.has_key(k)) /home/antoine/cpython/__svn__/Lib/test/test_builtin.py:420: DeprecationWarning: execfile() not supported in 3.x; use exec() execfile(TESTFN) /home/antoine/cpython/__svn__/Lib/test/test_builtin.py:140: DeprecationWarning: apply() not supported in 3.x; use func(*args, **kwargs) apply(f0, ()) /home/antoine/cpython/__svn__/Lib/test/test_builtin.py:141: DeprecationWarning: apply() not supported in 3.x; use func(*args, **kwargs) apply(f1, (1,)) /home/antoine/cpython/__svn__/Lib/test/test_builtin.py:142: DeprecationWarning: apply() not supported in 3.x; use func(*args, **kwargs) apply(f2, (1, 2)) /home/antoine/cpython/__svn__/Lib/test/test_builtin.py:143: DeprecationWarning: apply() not supported in 3.x; use func(*args, **kwargs) apply(f3, (1, 2, 3)) /home/antoine/cpython/__svn__/Lib/test/test_builtin.py:148: DeprecationWarning: apply() not supported in 3.x; use func(*args, **kwargs) apply(id, (1,), {}) /home/antoine/cpython/__svn__/Lib/unittest/case.py:405: DeprecationWarning: apply() not supported in 3.x; use func(*args, **kwargs) callableObj(*args, **kwargs) /home/antoine/cpython/__svn__/Lib/test/test_builtin.py:155: DeprecationWarning: callable() not supported in 3.x; use hasattr(o, '__call__') self.assertTrue(callable(len)) /home/antoine/cpython/__svn__/Lib/test/test_builtin.py:157: DeprecationWarning: callable() not supported in 3.x; use hasattr(o, '__call__') self.assertTrue(callable(f)) /home/antoine/cpython/__svn__/Lib/test/test_builtin.py:160: DeprecationWarning: callable() not supported in 3.x; use hasattr(o, '__call__') self.assertTrue(callable(C)) /home/antoine/cpython/__svn__/Lib/test/test_builtin.py:162: DeprecationWarning: callable() not supported in 3.x; use hasattr(o, '__call__') self.assertTrue(callable(x.meth)) /home/antoine/cpython/__svn__/Lib/test/test_builtin.py:163: DeprecationWarning: callable() not supported in 3.x; use hasattr(o, '__call__') self.assertTrue(not callable(x)) /home/antoine/cpython/__svn__/Lib/test/test_builtin.py:167: DeprecationWarning: callable() not supported in 3.x; use hasattr(o, '__call__') self.assertTrue(callable(y)) /home/antoine/cpython/__svn__/Lib/test/test_builtin.py:196: DeprecationWarning: coerce() not supported in 3.x self.assertTrue(not fcmp(coerce(1, 1.1), (1.0, 1.1))) /home/antoine/cpython/__svn__/Lib/test/test_builtin.py:197: DeprecationWarning: coerce() not supported in 3.x self.assertEqual(coerce(1, 1L), (1L, 1L)) /home/antoine/cpython/__svn__/Lib/test/test_builtin.py:198: DeprecationWarning: coerce() not supported in 3.x self.assertTrue(not fcmp(coerce(1L, 1.1), (1.0, 1.1))) /home/antoine/cpython/__svn__/Lib/unittest/case.py:405: DeprecationWarning: coerce() not supported in 3.x callableObj(*args, **kwargs) /home/antoine/cpython/__svn__/Lib/test/test_builtin.py:433: DeprecationWarning: execfile() not supported in 3.x; use exec() execfile(TESTFN, globals) /home/antoine/cpython/__svn__/Lib/test/test_builtin.py:436: DeprecationWarning: execfile() not supported in 3.x; use exec() execfile(TESTFN, globals, locals) /home/antoine/cpython/__svn__/Lib/test/test_builtin.py:455: DeprecationWarning: execfile() not supported in 3.x; use exec() execfile(TESTFN, globals, locals) /home/antoine/cpython/__svn__/Lib/unittest/case.py:405: DeprecationWarning: execfile() not supported in 3.x; use exec() callableObj(*args, **kwargs) /home/antoine/cpython/__svn__/Lib/test/test_builtin.py:1: DeprecationWarning: classic int division # Python test set -- built-in functions /home/antoine/cpython/__svn__/Lib/test/test_builtin.py:1118: DeprecationWarning: classic int division if 1/2 == 0: /home/antoine/cpython/__svn__/Lib/test/test_builtin.py:732: DeprecationWarning: map(None, ...) not supported in 3.x; use list(...) map(None, 'hello world'), /home/antoine/cpython/__svn__/Lib/test/test_builtin.py:736: DeprecationWarning: map(None, ...) not supported in 3.x; use list(...) map(None, 'abcd', 'efg'), /home/antoine/cpython/__svn__/Lib/test/test_builtin.py:740: DeprecationWarning: map(None, ...) not supported in 3.x; use list(...) map(None, range(10)), /home/antoine/cpython/__svn__/Lib/test/test_builtin.py:778: DeprecationWarning: map(None, ...) not supported in 3.x; use list(...) map(None, Squares(10)), /home/antoine/cpython/__svn__/Lib/test/test_builtin.py:786: DeprecationWarning: map(None, ...) not supported in 3.x; use list(...) map(None, Squares(3), Squares(2)), /home/antoine/cpython/__svn__/Lib/test/test_builtin.py:790: DeprecationWarning: comparing unequal types not supported in 3.x map(max, Squares(3), Squares(2)), /home/antoine/cpython/__svn__/Lib/test/test_builtin.py:795: DeprecationWarning: map(None, ...) not supported in 3.x; use list(...) self.assertEqual(map(None, [42]), [42]) /home/antoine/cpython/__svn__/Lib/test/test_builtin.py:1138: DeprecationWarning: reduce() not supported in 3.x; use functools.reduce() self.assertEqual(reduce(lambda x, y: x+y, ['a', 'b', 'c'], ''), 'abc') /home/antoine/cpython/__svn__/Lib/test/test_builtin.py:1140: DeprecationWarning: reduce() not supported in 3.x; use functools.reduce() reduce(lambda x, y: x+y, [['a', 'c'], [], ['d', 'w']], []), /home/antoine/cpython/__svn__/Lib/test/test_builtin.py:1143: DeprecationWarning: reduce() not supported in 3.x; use functools.reduce() self.assertEqual(reduce(lambda x, y: x*y, range(2,8), 1), 5040) /home/antoine/cpython/__svn__/Lib/test/test_builtin.py:1145: DeprecationWarning: reduce() not supported in 3.x; use functools.reduce() reduce(lambda x, y: x*y, range(2,21), 1L), /home/antoine/cpython/__svn__/Lib/test/test_builtin.py:1148: DeprecationWarning: reduce() not supported in 3.x; use functools.reduce() self.assertEqual(reduce(lambda x, y: x+y, Squares(10)), 285) /home/antoine/cpython/__svn__/Lib/test/test_builtin.py:1149: DeprecationWarning: reduce() not supported in 3.x; use functools.reduce() self.assertEqual(reduce(lambda x, y: x+y, Squares(10), 0), 285) /home/antoine/cpython/__svn__/Lib/test/test_builtin.py:1150: DeprecationWarning: reduce() not supported in 3.x; use functools.reduce() self.assertEqual(reduce(lambda x, y: x+y, Squares(0), 0), 0) /home/antoine/cpython/__svn__/Lib/unittest/case.py:405: DeprecationWarning: reduce() not supported in 3.x; use functools.reduce() callableObj(*args, **kwargs) /home/antoine/cpython/__svn__/Lib/test/test_builtin.py:1154: DeprecationWarning: reduce() not supported in 3.x; use functools.reduce() self.assertEqual(reduce(42, "1"), "1") # func is never called with one item /home/antoine/cpython/__svn__/Lib/test/test_builtin.py:1155: DeprecationWarning: reduce() not supported in 3.x; use functools.reduce() self.assertEqual(reduce(42, "", "1"), "1") # func is never called with one item /home/antoine/cpython/__svn__/Lib/test/test_builtin.py:1165: DeprecationWarning: In 3.x, reload() is renamed to imp.reload() reload(marshal) /home/antoine/cpython/__svn__/Lib/test/test_builtin.py:1167: DeprecationWarning: In 3.x, reload() is renamed to imp.reload() reload(string) /home/antoine/cpython/__svn__/Lib/test/test_builtin.py:1491: DeprecationWarning: the cmp argument is not supported in 3.x self.assertEqual(data, sorted(copy, cmp=lambda x, y: cmp(y,x))) /home/antoine/cpython/__svn__/Lib/test/regrtest.py:756: DeprecationWarning: the cPickle module has been removed in Python 3.0 the_package = __import__(abstest, globals(), locals(), []) /home/antoine/cpython/__svn__/Lib/test/test_exceptions.py:111: DeprecationWarning: classic int division try: x = 1/0 /home/antoine/cpython/__svn__/Lib/test/test_exceptions.py:115: DeprecationWarning: classic int division try: x = 1/0 /home/antoine/cpython/__svn__/Lib/test/test_exceptions.py:21: DeprecationWarning: In 3.x, reload() is renamed to imp.reload() reload(exceptions) /home/antoine/cpython/__svn__/Lib/test/test_exceptions.py:351: DeprecationWarning: __getslice__ not supported for exception classes in 3.x; use args attribute self.assertEqual(exc[:], args) /home/antoine/cpython/__svn__/Lib/unittest/case.py:405: DeprecationWarning: buffer() not supported in 3.x callableObj(*args, **kwargs) /home/antoine/cpython/__svn__/Lib/test/test_types.py:248: DeprecationWarning: buffer() not supported in 3.x cmp(buffer("abc"), buffer("def")) # used to raise a warning: tp_compare didn't return -1, 0, or 1 /home/antoine/cpython/__svn__/Lib/test/test_types.py:252: DeprecationWarning: buffer() not supported in 3.x a = buffer('asdf') /home/antoine/cpython/__svn__/Lib/test/test_types.py:261: DeprecationWarning: buffer() not supported in 3.x if str(a + buffer('def')) != 'asdfdef': /home/antoine/cpython/__svn__/Lib/test/test_types.py:263: DeprecationWarning: buffer() not supported in 3.x if str(buffer(a)) != 'asdf': /home/antoine/cpython/__svn__/Lib/test/test_types.py:265: DeprecationWarning: buffer() not supported in 3.x if str(buffer(a, 2)) != 'df': /home/antoine/cpython/__svn__/Lib/test/test_types.py:267: DeprecationWarning: buffer() not supported in 3.x if str(buffer(a, 0, 2)) != 'as': /home/antoine/cpython/__svn__/Lib/test/test_types.py:269: DeprecationWarning: buffer() not supported in 3.x if str(buffer(a, 1, 2)) != 'sd': /home/antoine/cpython/__svn__/Lib/test/test_types.py:271: DeprecationWarning: buffer() not supported in 3.x self.assertRaises(ValueError, buffer, buffer('asdf', 1), -1) /home/antoine/cpython/__svn__/Lib/test/test_types.py:272: DeprecationWarning: buffer() not supported in 3.x if str(buffer(buffer('asdf', 0, 2), 0)) != 'as': /home/antoine/cpython/__svn__/Lib/test/test_types.py:274: DeprecationWarning: buffer() not supported in 3.x if str(buffer(buffer('asdf', 0, 2), 0, 5000)) != 'as': /home/antoine/cpython/__svn__/Lib/test/test_types.py:276: DeprecationWarning: buffer() not supported in 3.x if str(buffer(buffer('asdf', 0, 2), 0, -1)) != 'as': /home/antoine/cpython/__svn__/Lib/test/test_types.py:278: DeprecationWarning: buffer() not supported in 3.x if str(buffer(buffer('asdf', 0, 2), 1, 2)) != 's': /home/antoine/cpython/__svn__/Lib/test/test_types.py:292: DeprecationWarning: buffer() not supported in 3.x try: int(buffer(array.array('c'))) /home/antoine/cpython/__svn__/Lib/test/test_types.py:65: DeprecationWarning: classic long division try: 5 / 0L /home/antoine/cpython/__svn__/Lib/unittest/case.py:760: DeprecationWarning: dict inequality comparisons not supported in 3.x expected.sort() /home/antoine/cpython/__svn__/Lib/unittest/case.py:761: DeprecationWarning: dict inequality comparisons not supported in 3.x actual.sort() /home/antoine/cpython/__svn__/Lib/unittest/util.py:21: DeprecationWarning: dict inequality comparisons not supported in 3.x if e < a: /home/antoine/cpython/__svn__/Lib/unittest/util.py:26: DeprecationWarning: dict inequality comparisons not supported in 3.x elif e > a: /home/antoine/cpython/__svn__/Lib/test/test_unittest.py:3058: DeprecationWarning: __getitem__ not supported for exception classes in 3.x; use args attribute self.assert_("KeyError not raised" in e, str(e)) /home/antoine/cpython/__svn__/Lib/test/test_unittest.py:3075: DeprecationWarning: __getitem__ not supported for exception classes in 3.x; use args attribute self.assert_("KeyError not raised" in e, str(e)) /home/antoine/cpython/__svn__/Lib/test/test_unittest.py:3564: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x class Module(object): Warning -- sys.path was modified by test_unittest :5: SyntaxWarning: backquote not supported in 3.x; use repr() print ' Text:', `piece` :1: DeprecationWarning: execfile() not supported in 3.x; use exec() /home/antoine/cpython/__svn__/Lib/MimeWriter.py:13: DeprecationWarning: in 3.x, mimetools has been removed in favor of the email package import mimetools /home/antoine/cpython/__svn__/Lib/test/test_StringIO.py:21: DeprecationWarning: buffer() not supported in 3.x self._line = self.constructor(self._line) /home/antoine/cpython/__svn__/Lib/test/test_StringIO.py:22: DeprecationWarning: buffer() not supported in 3.x self._lines = self.constructor((self._line + '\n') * 5) :1: DeprecationWarning: in 3.x, dbhash has been removed /home/antoine/cpython/__svn__/Lib/dbhash.py:8: DeprecationWarning: in 3.x, bsddb has been removed; please use the pybsddb project instead import bsddb /home/antoine/cpython/__svn__/Lib/lib2to3/pgen2/pgen.py:347: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x class DFAState(object): /home/antoine/cpython/__svn__/Lib/sets.py:87: DeprecationWarning: Overriding __cmp__ blocks inheritance of __hash__ in 3.x class BaseSet(object): /home/antoine/cpython/__svn__/Lib/sets.py:87: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x class BaseSet(object): /home/antoine/cpython/__svn__/Lib/test/test_array.py:752: DeprecationWarning: buffer() not supported in 3.x b = buffer(a) ?:1: SyntaxWarning: backquote not supported in 3.x; use repr() /home/antoine/cpython/__svn__/Lib/test/test_augassign.py:19: DeprecationWarning: classic int division x /= 2 /home/antoine/cpython/__svn__/Lib/test/test_augassign.py:20: DeprecationWarning: classic int division if 1/2 == 0: /home/antoine/cpython/__svn__/Lib/test/test_augassign.py:244: DeprecationWarning: classic int division if 1/2 == 0: /home/antoine/cpython/__svn__/Lib/test/test_augassign.py:58: DeprecationWarning: classic int division x[0] /= 2 /home/antoine/cpython/__svn__/Lib/test/test_augassign.py:59: DeprecationWarning: classic int division if 1/2 == 0: /home/antoine/cpython/__svn__/Lib/test/test_augassign.py:41: DeprecationWarning: classic int division x[0] /= 2 /home/antoine/cpython/__svn__/Lib/test/test_augassign.py:42: DeprecationWarning: classic int division if 1/2 == 0: /home/antoine/cpython/__svn__/Lib/test/test_bigmem.py:100: DeprecationWarning: classic int division @precisionbigmemtest(size=_4G / 6 + 2, memuse=2) /home/antoine/cpython/__svn__/Lib/test/test_bigmem.py:107: DeprecationWarning: classic int division @precisionbigmemtest(size=_4G / 5 + 70, memuse=3) /home/antoine/cpython/__svn__/Lib/test/test_bigmem.py:114: DeprecationWarning: classic int division @precisionbigmemtest(size=_4G / 4 + 5, memuse=6) /home/antoine/cpython/__svn__/Lib/test/test_bigmem.py:125: DeprecationWarning: classic int division @precisionbigmemtest(size=_4G / 5, memuse=6+2) /home/antoine/cpython/__svn__/Lib/test/test_bigmem.py:519: DeprecationWarning: classic int division @bigmemtest(minsize=2**32 / 5, memuse=6+2) /home/antoine/cpython/__svn__/Lib/test/test_bigmem.py:1056: DeprecationWarning: buffer() not supported in 3.x b = buffer("AAAA")*size /home/antoine/cpython/__svn__/Lib/test/test_binascii.py:29: DeprecationWarning: callable() not supported in 3.x; use hasattr(o, '__call__') self.assertTrue(callable(getattr(binascii, name))) /home/antoine/cpython/__svn__/Lib/test/test_binascii.py:32: DeprecationWarning: callable() not supported in 3.x; use hasattr(o, '__call__') self.assertTrue(callable(getattr(binascii, name))) /home/antoine/cpython/__svn__/Lib/test/test_binop.py:27: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x class Rat(object): /home/antoine/cpython/__svn__/Lib/test/test_bool.py:171: DeprecationWarning: callable() not supported in 3.x; use hasattr(o, '__call__') self.assertIs(callable(len), True) /home/antoine/cpython/__svn__/Lib/test/test_bool.py:172: DeprecationWarning: callable() not supported in 3.x; use hasattr(o, '__call__') self.assertIs(callable(1), False) /home/antoine/cpython/__svn__/Lib/test/test_bool.py:187: DeprecationWarning: dict.has_key() not supported in 3.x; use the in operator self.assertIs({}.has_key(1), False) /home/antoine/cpython/__svn__/Lib/test/test_bool.py:188: DeprecationWarning: dict.has_key() not supported in 3.x; use the in operator self.assertIs({1:1}.has_key(1), True) /home/antoine/cpython/__svn__/Lib/test/test_bool.py:94: DeprecationWarning: classic int division self.assertEqual(True/1, 1) /home/antoine/cpython/__svn__/Lib/test/test_bool.py:95: DeprecationWarning: classic int division self.assertIsNot(True/1, True) /home/antoine/cpython/__svn__/Lib/test/test_bool.py:96: DeprecationWarning: classic int division self.assertEqual(False/1, 0) /home/antoine/cpython/__svn__/Lib/test/test_bool.py:97: DeprecationWarning: classic int division self.assertIsNot(False/1, False) /home/antoine/cpython/__svn__/Lib/test/test_bool.py:260: DeprecationWarning: operator.isCallable() is not supported in 3.x. Use hasattr(obj, '__call__'). self.assertIs(operator.isCallable(0), False) /home/antoine/cpython/__svn__/Lib/test/test_bool.py:261: DeprecationWarning: operator.isCallable() is not supported in 3.x. Use hasattr(obj, '__call__'). self.assertIs(operator.isCallable(len), True) /home/antoine/cpython/__svn__/Lib/test/test_buffer.py:15: DeprecationWarning: buffer() not supported in 3.x b = buffer(s) /home/antoine/cpython/__svn__/Lib/test/string_tests.py:689: DeprecationWarning: buffer() not supported in 3.x ba = buffer('a') /home/antoine/cpython/__svn__/Lib/test/string_tests.py:690: DeprecationWarning: buffer() not supported in 3.x bb = buffer('b') /home/antoine/cpython/__svn__/Lib/test/test_bz2.py:303: DeprecationWarning: classic int division 1/0 /home/antoine/cpython/__svn__/Lib/test/test_call.py:15: DeprecationWarning: dict.has_key() not supported in 3.x; use the in operator {}.has_key(0) /home/antoine/cpython/__svn__/Lib/test/test_call.py:27: DeprecationWarning: dict.has_key() not supported in 3.x; use the in operator {}.has_key(*(0,)) /home/antoine/cpython/__svn__/Lib/test/test_capi.py:58: DeprecationWarning: classic int division context.nThreads = n / context.n /home/antoine/cpython/__svn__/Lib/test/test_cgi.py:107: DeprecationWarning: comparing unequal types not supported in 3.x list.sort() /home/antoine/cpython/__svn__/Lib/test/test_class.py:175: DeprecationWarning: classic int division if 1/2 == 0: /home/antoine/cpython/__svn__/Lib/test/test_class.py:280: DeprecationWarning: in 3.x, __getslice__ has been removed; use __getitem__ testme[:42] /home/antoine/cpython/__svn__/Lib/test/test_class.py:284: DeprecationWarning: in 3.x, __setslice__ has been removed; use __setitem__ testme[:42] = "The Answer" /home/antoine/cpython/__svn__/Lib/test/test_class.py:288: DeprecationWarning: in 3.x, __delslice__ has been removed; use __delitem__ del testme[:42] /home/antoine/cpython/__svn__/Lib/test/test_cmath.py:126: DeprecationWarning: comparing unequal types not supported in 3.x if absolute_error <= max(abs_err, rel_err * abs(a)): /home/antoine/cpython/__svn__/Lib/subprocess.py:465: DeprecationWarning: comparing unequal types not supported in 3.x if inst._internal_poll(_deadstate=sys.maxint) >= 0: /home/antoine/cpython/__svn__/Lib/test/test_coercion.py:217: DeprecationWarning: classic int division if 1/2 == 0: /home/antoine/cpython/__svn__/Lib/test/test_coercion.py:1: DeprecationWarning: classic int division import copy /home/antoine/cpython/__svn__/Lib/test/test_coercion.py:1: DeprecationWarning: classic long division import copy /home/antoine/cpython/__svn__/Lib/test/test_coercion.py:61: DeprecationWarning: classic int division return other / self.arg /home/antoine/cpython/__svn__/Lib/test/test_coercion.py:61: DeprecationWarning: classic long division return other / self.arg /home/antoine/cpython/__svn__/Lib/test/test_coercion.py:58: DeprecationWarning: classic int division return self.arg / other /home/antoine/cpython/__svn__/Lib/test/test_coercion.py:58: DeprecationWarning: classic long division return self.arg / other /home/antoine/cpython/__svn__/Lib/test/test_collections.py:513: DeprecationWarning: dict.has_key() not supported in 3.x; use the in operator self.assertEqual(c.has_key('c'), True) /home/antoine/cpython/__svn__/Lib/test/test_collections.py:514: DeprecationWarning: dict.has_key() not supported in 3.x; use the in operator self.assertEqual(c.has_key('z'), False) /home/antoine/cpython/__svn__/Lib/test/test_compile.py1:132: SyntaxWarning: tuple parameter unpacking has been removed in 3.x /home/antoine/cpython/__svn__/Lib/test/test_compile.py1:136: SyntaxWarning: tuple parameter unpacking has been removed in 3.x /home/antoine/cpython/__svn__/Lib/test/test_compile.py1:141: SyntaxWarning: tuple parameter unpacking has been removed in 3.x /home/antoine/cpython/__svn__/Lib/test/test_compile.py1:145: SyntaxWarning: tuple parameter unpacking has been removed in 3.x /home/antoine/cpython/__svn__/Lib/test/test_compile.py2:132: SyntaxWarning: tuple parameter unpacking has been removed in 3.x /home/antoine/cpython/__svn__/Lib/test/test_compile.py2:136: SyntaxWarning: tuple parameter unpacking has been removed in 3.x /home/antoine/cpython/__svn__/Lib/test/test_compile.py2:141: SyntaxWarning: tuple parameter unpacking has been removed in 3.x /home/antoine/cpython/__svn__/Lib/test/test_compile.py2:145: SyntaxWarning: tuple parameter unpacking has been removed in 3.x :2: DeprecationWarning: classic int division /home/antoine/cpython/__svn__/Lib/ctypes/test/test_pep3118.py:27: DeprecationWarning: classic long division size /= dim /home/antoine/cpython/__svn__/Lib/ctypes/test/test_strings.py:40: DeprecationWarning: buffer() not supported in 3.x buf.raw = buffer("Hello, World") /home/antoine/cpython/__svn__/Lib/ctypes/test/test_strings.py:42: DeprecationWarning: buffer() not supported in 3.x self.assertRaises(TypeError, setattr, buf, "value", buffer("abc")) /home/antoine/cpython/__svn__/Lib/ctypes/test/test_strings.py:43: DeprecationWarning: buffer() not supported in 3.x self.assertRaises(ValueError, setattr, buf, "raw", buffer("x" * 100)) /home/antoine/cpython/__svn__/Lib/ctypes/test/test_strings.py:33: DeprecationWarning: buffer() not supported in 3.x self.assertRaises(TypeError, setattr, buf, "value", buffer("Hello, World")) /home/antoine/cpython/__svn__/Lib/ctypes/test/test_strings.py:34: DeprecationWarning: buffer() not supported in 3.x self.assertRaises(TypeError, setattr, buf, "value", buffer("abc")) /home/antoine/cpython/__svn__/Lib/ctypes/test/test_strings.py:35: DeprecationWarning: buffer() not supported in 3.x self.assertRaises(ValueError, setattr, buf, "raw", buffer("x" * 100)) /home/antoine/cpython/__svn__/Lib/ctypes/test/test_pickling.py:31: DeprecationWarning: buffer() not supported in 3.x self.assertEqual(buffer(src)[:], /home/antoine/cpython/__svn__/Lib/ctypes/test/test_pickling.py:32: DeprecationWarning: buffer() not supported in 3.x buffer(dst)[:]) /home/antoine/cpython/__svn__/Lib/ctypes/test/test_pickling.py:49: DeprecationWarning: buffer() not supported in 3.x self.assertEqual(buffer(y)[:], /home/antoine/cpython/__svn__/Lib/ctypes/test/test_pickling.py:50: DeprecationWarning: buffer() not supported in 3.x buffer(x)[:]) /home/antoine/cpython/__svn__/Lib/ctypes/test/test_byteswap.py:7: DeprecationWarning: buffer() not supported in 3.x return hexlify(buffer(s)).upper() /home/antoine/cpython/__svn__/Lib/ctypes/test/test_array_in_pointer.py:9: DeprecationWarning: buffer() not supported in 3.x h = hexlify(buffer(obj)) /home/antoine/cpython/__svn__/Lib/test/test_decimal.py:620: DeprecationWarning: classic int division if 1/2 == 0: /home/antoine/cpython/__svn__/Lib/test/test_decimal.py:1197: DeprecationWarning: comparing unequal types not supported in 3.x self.assertFalse(Decimal(1) < None) /home/antoine/cpython/__svn__/Lib/test/test_decimal.py:1198: DeprecationWarning: comparing unequal types not supported in 3.x self.assertTrue(Decimal(1) > None) /home/antoine/cpython/__svn__/Lib/test/test_decimal.py:205: DeprecationWarning: f.xreadlines() not supported in 3.x, try 'for line in f' instead for line in open(file).xreadlines(): /home/antoine/cpython/__svn__/Lib/test/test_decimal.py:364: DeprecationWarning: type inequality comparisons not supported in 3.x myexceptions.sort() /home/antoine/cpython/__svn__/Lib/test/test_decimal.py:365: DeprecationWarning: type inequality comparisons not supported in 3.x theirexceptions.sort() /home/antoine/cpython/__svn__/Lib/test/test_decimal.py:1660: DeprecationWarning: type inequality comparisons not supported in 3.x expected_flags.sort() /home/antoine/cpython/__svn__/Lib/test/test_decimal.py:1664: DeprecationWarning: type inequality comparisons not supported in 3.x new_flags.sort() /home/antoine/cpython/__svn__/Lib/test/test_descr.py:91: DeprecationWarning: classic int division if meth == "__div__" and 1/2 == 0.5: :1: DeprecationWarning: classic int division :1: DeprecationWarning: classic int division /home/antoine/cpython/__svn__/Lib/test/test_descr.py:104: DeprecationWarning: classic int division self.assertEqual(m(a, b), res) /home/antoine/cpython/__svn__/Lib/test/test_descr.py:106: DeprecationWarning: classic int division self.assertEqual(bm(b), res) :1: DeprecationWarning: classic long division :1: DeprecationWarning: classic long division /home/antoine/cpython/__svn__/Lib/test/test_descr.py:104: DeprecationWarning: classic long division self.assertEqual(m(a, b), res) /home/antoine/cpython/__svn__/Lib/test/test_descr.py:106: DeprecationWarning: classic long division self.assertEqual(bm(b), res) /home/antoine/cpython/__svn__/Lib/test/test_descr.py:4476: DeprecationWarning: in 3.x, __setslice__ has been removed; use __setitem__ c[1:2] = 3 /home/antoine/cpython/__svn__/Lib/test/test_descr.py:2965: DeprecationWarning: coerce() not supported in 3.x coerce(I(0), 0) /home/antoine/cpython/__svn__/Lib/test/test_descr.py:2966: DeprecationWarning: coerce() not supported in 3.x coerce(0, I(0)) /home/antoine/cpython/__svn__/Lib/test/test_descr.py:2968: DeprecationWarning: coerce() not supported in 3.x coerce(L(0), 0) /home/antoine/cpython/__svn__/Lib/test/test_descr.py:2969: DeprecationWarning: coerce() not supported in 3.x coerce(L(0), 0L) /home/antoine/cpython/__svn__/Lib/test/test_descr.py:2970: DeprecationWarning: coerce() not supported in 3.x coerce(0, L(0)) /home/antoine/cpython/__svn__/Lib/test/test_descr.py:2971: DeprecationWarning: coerce() not supported in 3.x coerce(0L, L(0)) /home/antoine/cpython/__svn__/Lib/test/test_descr.py:2973: DeprecationWarning: coerce() not supported in 3.x coerce(F(0), 0) /home/antoine/cpython/__svn__/Lib/test/test_descr.py:2974: DeprecationWarning: coerce() not supported in 3.x coerce(F(0), 0L) /home/antoine/cpython/__svn__/Lib/test/test_descr.py:2975: DeprecationWarning: coerce() not supported in 3.x coerce(F(0), 0.) /home/antoine/cpython/__svn__/Lib/test/test_descr.py:2976: DeprecationWarning: coerce() not supported in 3.x coerce(0, F(0)) /home/antoine/cpython/__svn__/Lib/test/test_descr.py:2977: DeprecationWarning: coerce() not supported in 3.x coerce(0L, F(0)) /home/antoine/cpython/__svn__/Lib/test/test_descr.py:2978: DeprecationWarning: coerce() not supported in 3.x coerce(0., F(0)) /home/antoine/cpython/__svn__/Lib/test/test_descr.py:2980: DeprecationWarning: coerce() not supported in 3.x coerce(C(0), 0) /home/antoine/cpython/__svn__/Lib/test/test_descr.py:2981: DeprecationWarning: coerce() not supported in 3.x coerce(C(0), 0L) /home/antoine/cpython/__svn__/Lib/test/test_descr.py:2982: DeprecationWarning: coerce() not supported in 3.x coerce(C(0), 0.) /home/antoine/cpython/__svn__/Lib/test/test_descr.py:2983: DeprecationWarning: coerce() not supported in 3.x coerce(C(0), 0j) /home/antoine/cpython/__svn__/Lib/test/test_descr.py:2984: DeprecationWarning: coerce() not supported in 3.x coerce(0, C(0)) /home/antoine/cpython/__svn__/Lib/test/test_descr.py:2985: DeprecationWarning: coerce() not supported in 3.x coerce(0L, C(0)) /home/antoine/cpython/__svn__/Lib/test/test_descr.py:2986: DeprecationWarning: coerce() not supported in 3.x coerce(0., C(0)) /home/antoine/cpython/__svn__/Lib/test/test_descr.py:2987: DeprecationWarning: coerce() not supported in 3.x coerce(0j, C(0)) :1: DeprecationWarning: coerce() not supported in 3.x :1: DeprecationWarning: coerce() not supported in 3.x :1: DeprecationWarning: coerce() not supported in 3.x :1: DeprecationWarning: coerce() not supported in 3.x :1: DeprecationWarning: coerce() not supported in 3.x :1: DeprecationWarning: coerce() not supported in 3.x :1: DeprecationWarning: coerce() not supported in 3.x :1: DeprecationWarning: coerce() not supported in 3.x :1: DeprecationWarning: coerce() not supported in 3.x :1: DeprecationWarning: coerce() not supported in 3.x :1: DeprecationWarning: coerce() not supported in 3.x :1: DeprecationWarning: coerce() not supported in 3.x :1: DeprecationWarning: coerce() not supported in 3.x :1: DeprecationWarning: coerce() not supported in 3.x :1: DeprecationWarning: coerce() not supported in 3.x :1: DeprecationWarning: coerce() not supported in 3.x /home/antoine/cpython/__svn__/Lib/test/test_descr.py:1638: DeprecationWarning: in 3.x, __getslice__ has been removed; use __getitem__ self.assertEqual(a[0:10], ("getslice", 0, 10)) /home/antoine/cpython/__svn__/Lib/test/test_descr.py:1639: DeprecationWarning: in 3.x, __setslice__ has been removed; use __setitem__ a[0:10] = "foo" /home/antoine/cpython/__svn__/Lib/test/test_descr.py:1641: DeprecationWarning: in 3.x, __delslice__ has been removed; use __delitem__ del a[0:10] /home/antoine/cpython/__svn__/Lib/test/test_descr.py:2036: DeprecationWarning: classic int division __getitem__ = property(lambda s: 1/0) /home/antoine/cpython/__svn__/Lib/test/test_descr.py:474: DeprecationWarning: in 3.x, __getslice__ has been removed; use __getitem__ self.assertEqual(a[100:200], (100,200)) Warning -- sys.stdout was modified by test_descr /home/antoine/cpython/__svn__/Lib/test/test_descrtut.py:2: DeprecationWarning: comparing unequal types not supported in 3.x # tutorial, once at 0 blocks find: `/home/antoine/tmp/tmpGMAnmC/foo/build/bdist.linux-x86_64/rpm/BUILDROOT/foo-0.1-1.x86_64/usr/lib/debug': Aucun fichier ou dossier de ce type 0 blocks find: `/home/antoine/tmp/tmpG2_KYK/foo/build/bdist.linux-x86_64/rpm/BUILDROOT/foo-0.1-1.x86_64/usr/lib/debug': Aucun fichier ou dossier de ce type Warning -- sys.stdout was modified by test_distutils Warning -- os.environ was modified by test_distutils /home/antoine/cpython/__svn__/Lib/email/test/test_email.py:1058: DeprecationWarning: classic int division tzoffset = ' %s%04d' % (sign, tzsecs / 36) /home/antoine/cpython/__svn__/Lib/email/test/test_email_renamed.py:1056: DeprecationWarning: classic int division tzoffset = ' %s%04d' % (sign, tzsecs / 36) /home/antoine/cpython/__svn__/Lib/test/test_file.py:130: DeprecationWarning: classic int division 1/0 /home/antoine/cpython/__svn__/Lib/test/test_file2k.py:37: DeprecationWarning: file.softspace not supported in 3.x softspace = f.softspace /home/antoine/cpython/__svn__/Lib/test/test_file2k.py:43: DeprecationWarning: file.softspace not supported in 3.x f.softspace = softspace # merely shouldn't blow up /home/antoine/cpython/__svn__/Lib/unittest/case.py:405: DeprecationWarning: f.xreadlines() not supported in 3.x, try 'for line in f' instead callableObj(*args, **kwargs) /home/antoine/cpython/__svn__/Lib/test/test_file2k.py:119: DeprecationWarning: classic int division 1/0 /home/antoine/cpython/__svn__/Lib/test/test_file2k.py:185: DeprecationWarning: __getitem__ not supported for exception classes in 3.x; use args attribute if msg[0] != 0: /home/antoine/cpython/__svn__/Lib/test/test_fractions.py:15: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x class DummyFloat(object): /home/antoine/cpython/__svn__/Lib/test/test_fractions.py:47: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x class DummyRational(object): /home/antoine/cpython/__svn__/Lib/test/test_ftplib.py:93: DeprecationWarning: classic int division ip = ip.replace('.', ','); p1 = port / 256; p2 = port % 256 /home/antoine/cpython/__svn__/Lib/test/test_functools.py:119: DeprecationWarning: classic int division x / y /home/antoine/cpython/__svn__/Lib/test/test_gzip.py:238: DeprecationWarning: classic int division 1/0 /home/antoine/cpython/__svn__/Lib/heapq.py:417: DeprecationWarning: comparing unequal types not supported in 3.x result = _nlargest(n, it) /home/antoine/cpython/__svn__/Lib/heapq.py:412: DeprecationWarning: comparing unequal types not supported in 3.x return sorted(iterable, key=key, reverse=True)[:n] /home/antoine/cpython/__svn__/Lib/heapq.py:379: DeprecationWarning: comparing unequal types not supported in 3.x result = _nsmallest(n, it) /home/antoine/cpython/__svn__/Lib/heapq.py:374: DeprecationWarning: comparing unequal types not supported in 3.x return sorted(iterable, key=key)[:n] Warning -- os.environ was modified by test_httpservers /home/antoine/cpython/__svn__/Lib/test/test_import.py:73: DeprecationWarning: In 3.x, reload() is renamed to imp.reload() reload(mod) ./@test_24930_tmp.py:1: DeprecationWarning: classic int division a = 1/0 ./@test_24930_tmp.py:1: DeprecationWarning: classic int division a = 1/0 ./@test_24930_tmp.py:1: DeprecationWarning: classic int division a = 1/0 /home/antoine/cpython/__svn__/Lib/unittest/case.py:405: DeprecationWarning: In 3.x, reload() is renamed to imp.reload() callableObj(*args, **kwargs) /home/antoine/cpython/__svn__/Lib/test/infinite_reload.py:7: DeprecationWarning: In 3.x, reload() is renamed to imp.reload() reload(infinite_reload) /home/antoine/cpython/__svn__/Lib/test/test_importhooks.py:132: DeprecationWarning: the compiler package has been removed in Python 3.0 mod = imp.load_module(fullname, self.file, self.filename, self.stuff) /home/antoine/cpython/__svn__/Lib/test/test_importhooks.py:183: DeprecationWarning: In 3.x, reload() is renamed to imp.reload() reload(reloadmodule) /home/antoine/cpython/__svn__/Lib/test/test_index.py:198: DeprecationWarning: in 3.x, __getslice__ has been removed; use __getitem__ self.assertEqual(x[self.neg:self.pos], (maxint+minsize, maxsize)) /home/antoine/cpython/__svn__/Lib/test/test_inspect.py:32: DeprecationWarning: classic int division 1/0 /home/antoine/cpython/__svn__/Lib/test/inspect_fodder.py:18: DeprecationWarning: classic int division q = y / 0 /home/antoine/cpython/__svn__/Lib/test/test_io.py:384: DeprecationWarning: classic int division 1/0 /home/antoine/cpython/__svn__/Lib/test/test_iter.py:399: DeprecationWarning: map(None, ...) not supported in 3.x; use list(...) self.assertEqual(map(None, SequenceClass(5)), range(5)) /home/antoine/cpython/__svn__/Lib/test/test_iter.py:403: DeprecationWarning: map(None, ...) not supported in 3.x; use list(...) self.assertEqual(map(None, d), d.keys()) /home/antoine/cpython/__svn__/Lib/test/test_iter.py:412: DeprecationWarning: map(None, ...) not supported in 3.x; use list(...) iter(d.iterkeys())), /home/antoine/cpython/__svn__/Lib/test/test_iter.py:511: DeprecationWarning: reduce() not supported in 3.x; use functools.reduce() self.assertEqual(reduce(add, SequenceClass(5)), 10) /home/antoine/cpython/__svn__/Lib/test/test_iter.py:512: DeprecationWarning: reduce() not supported in 3.x; use functools.reduce() self.assertEqual(reduce(add, SequenceClass(5), 42), 52) /home/antoine/cpython/__svn__/Lib/test/test_iter.py:514: DeprecationWarning: reduce() not supported in 3.x; use functools.reduce() self.assertEqual(reduce(add, SequenceClass(0), 42), 42) /home/antoine/cpython/__svn__/Lib/test/test_iter.py:515: DeprecationWarning: reduce() not supported in 3.x; use functools.reduce() self.assertEqual(reduce(add, SequenceClass(1)), 0) /home/antoine/cpython/__svn__/Lib/test/test_iter.py:516: DeprecationWarning: reduce() not supported in 3.x; use functools.reduce() self.assertEqual(reduce(add, SequenceClass(1), 42), 42) /home/antoine/cpython/__svn__/Lib/test/test_iter.py:519: DeprecationWarning: reduce() not supported in 3.x; use functools.reduce() self.assertEqual(reduce(add, d), "".join(d.keys())) /home/antoine/cpython/__svn__/Lib/test/test_itertools.py:46: DeprecationWarning: reduce() not supported in 3.x; use functools.reduce() return reduce(operator.mul, iterable, 1) /home/antoine/cpython/__svn__/Lib/test/test_itertools.py:123: DeprecationWarning: classic int division self.assertEqual(len(result), 0 if r>n else fact(n) / fact(r) / fact(n-r)) # right number of combs /home/antoine/cpython/__svn__/Lib/test/test_itertools.py:179: DeprecationWarning: classic int division return fact(n+r-1) / fact(r)/ fact(n-1) /home/antoine/cpython/__svn__/Lib/test/test_itertools.py:290: DeprecationWarning: classic int division self.assertEquals(len(perm), 0 if r>n else fact(n) / fact(n-r)) /home/antoine/cpython/__svn__/Lib/test/test_itertools.py:291: DeprecationWarning: classic int division self.assertEquals(len(comb), 0 if r>n else fact(n) / fact(r) / fact(n-r)) /home/antoine/cpython/__svn__/Lib/test/test_itertools.py:289: DeprecationWarning: classic int division self.assertEquals(len(cwr), (fact(n+r-1) / fact(r)/ fact(n-1)) if n else (not r)) /home/antoine/cpython/__svn__/Lib/test/test_itertools.py:537: DeprecationWarning: map(None, ...) not supported in 3.x; use list(...) target = map(None, *args) /home/antoine/cpython/__svn__/Lib/test/test_itertools.py:549: DeprecationWarning: map(None, ...) not supported in 3.x; use list(...) self.assertEqual(list(izip_longest('abc', 'defg', **{})), map(None, 'abc', 'defg')) # empty keyword dict /home/antoine/cpython/__svn__/Lib/test/test_itertools.py:258: DeprecationWarning: classic int division self.assertEqual(len(result), 0 if r>n else fact(n) / fact(n-r)) # right number of perms :1: SyntaxWarning: tuple parameter unpacking has been removed in 3.x for k, g in groupby(enumerate(data), lambda (i,x):i-x): /home/antoine/cpython/__svn__/Lib/json/encoder.py:358: DeprecationWarning: comparing unequal types not supported in 3.x items.sort(key=lambda kv: kv[0]) /home/antoine/cpython/__svn__/Lib/lib2to3/pytree.py:34: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x class Base(object): /home/antoine/cpython/__svn__/Lib/lib2to3/pgen2/tokenize.py:376: DeprecationWarning: classic int division elif line[pos] == '\t': column = (column/tabsize + 1)*tabsize /home/antoine/cpython/__svn__/Lib/unittest/case.py:405: DeprecationWarning: the cmp argument is not supported in 3.x callableObj(*args, **kwargs) /home/antoine/cpython/__svn__/Lib/test/list_tests.py:436: DeprecationWarning: the cmp argument is not supported in 3.x u.sort(revcmp) /home/antoine/cpython/__svn__/Lib/test/list_tests.py:443: DeprecationWarning: the cmp argument is not supported in 3.x z.sort(myComparison) /home/antoine/cpython/__svn__/Lib/test/test_long.py:622: DeprecationWarning: classic long division expected = longx / longy /home/antoine/cpython/__svn__/Lib/test/test_long.py:623: DeprecationWarning: classic int division got = x / y /home/antoine/cpython/__svn__/Lib/test/test_long.py:623: DeprecationWarning: classic long division got = x / y /home/antoine/cpython/__svn__/Lib/test/test_long.py:578: DeprecationWarning: in 3.x, __getslice__ has been removed; use __getitem__ self.assertEqual(X()[-5L:7L], (-5, 7)) /home/antoine/cpython/__svn__/Lib/test/test_long.py:581: DeprecationWarning: in 3.x, __getslice__ has been removed; use __getitem__ slicemin, slicemax = X()[-2L**100:2L**100] /home/antoine/cpython/__svn__/Lib/test/test_long.py:582: DeprecationWarning: in 3.x, __getslice__ has been removed; use __getitem__ self.assertEqual(X()[slicemin:slicemax], (slicemin, slicemax)) :1: DeprecationWarning: classic long division /home/antoine/cpython/__svn__/Lib/test/test_marshal.py:132: DeprecationWarning: buffer() not supported in 3.x b = buffer(s) /home/antoine/cpython/__svn__/Lib/test/test_multiprocessing.py:868: DeprecationWarning: in 3.x, __getslice__ has been removed; use __getitem__ self.assertEqual(list(arr[2:7]), list(seq[2:7])) /home/antoine/cpython/__svn__/Lib/test/test_multiprocessing.py:870: DeprecationWarning: in 3.x, __setslice__ has been removed; use __setitem__ arr[4:8] = seq[4:8] = array.array('i', [1, 2, 3, 4]) /home/antoine/cpython/__svn__/Lib/test/test_multiprocessing.py:872: DeprecationWarning: in 3.x, __getslice__ has been removed; use __getitem__ self.assertEqual(list(arr[:]), seq) /home/antoine/cpython/__svn__/Lib/test/test_multiprocessing.py:880: DeprecationWarning: in 3.x, __getslice__ has been removed; use __getitem__ self.assertEqual(list(arr[:]), seq) /home/antoine/cpython/__svn__/Lib/test/test_multiprocessing.py:923: DeprecationWarning: in 3.x, __getslice__ has been removed; use __getitem__ self.assertEqual(a[:], range(10)) /home/antoine/cpython/__svn__/Lib/test/test_multiprocessing.py:926: DeprecationWarning: in 3.x, __getslice__ has been removed; use __getitem__ self.assertEqual(b[:], []) /home/antoine/cpython/__svn__/Lib/test/test_multiprocessing.py:929: DeprecationWarning: in 3.x, __getslice__ has been removed; use __getitem__ self.assertEqual(b[:], range(5)) /home/antoine/cpython/__svn__/Lib/test/test_multiprocessing.py:932: DeprecationWarning: in 3.x, __getslice__ has been removed; use __getitem__ self.assertEqual(b[2:10], [2,3,4]) /home/antoine/cpython/__svn__/Lib/test/test_multiprocessing.py:935: DeprecationWarning: in 3.x, __getslice__ has been removed; use __getitem__ self.assertEqual(b[:], [0, 1, 2, 3, 4, 0, 1, 2, 3, 4]) /home/antoine/cpython/__svn__/Lib/test/test_multiprocessing.py:939: DeprecationWarning: in 3.x, __getslice__ has been removed; use __getitem__ self.assertEqual(a[:], range(10)) /home/antoine/cpython/__svn__/Lib/test/test_multiprocessing.py:944: DeprecationWarning: in 3.x, __getslice__ has been removed; use __getitem__ e[:], /home/antoine/cpython/__svn__/Lib/test/test_multiprocessing.py:950: DeprecationWarning: in 3.x, __getslice__ has been removed; use __getitem__ self.assertEqual(f[:], [[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 'hello']]) /home/antoine/cpython/__svn__/Lib/test/test_operator.py:309: DeprecationWarning: operator.sequenceIncludes() is not supported in 3.x. Use operator.contains(). self.assertTrue(operator.sequenceIncludes(range(4), 2)) /home/antoine/cpython/__svn__/Lib/test/test_operator.py:310: DeprecationWarning: operator.sequenceIncludes() is not supported in 3.x. Use operator.contains(). self.assertFalse(operator.sequenceIncludes(range(4), 5)) /home/antoine/cpython/__svn__/Lib/test/test_operator.py:195: DeprecationWarning: operator.isCallable() is not supported in 3.x. Use hasattr(obj, '__call__'). self.assertTrue(operator.isCallable(o) == callable(o) == v) /home/antoine/cpython/__svn__/Lib/test/test_operator.py:195: DeprecationWarning: callable() not supported in 3.x; use hasattr(o, '__call__') self.assertTrue(operator.isCallable(o) == callable(o) == v) Expecting 's_push: parser stack overflow' in next line s_push: parser stack overflow :1: SyntaxWarning: backquote not supported in 3.x; use repr() /home/antoine/cpython/__svn__/Lib/test/test_pep352.py:118: DeprecationWarning: __getitem__ not supported for exception classes in 3.x; use args attribute [exc[-1], args[-1]]) /home/antoine/cpython/__svn__/Lib/test/test_pep352.py:103: DeprecationWarning: __getitem__ not supported for exception classes in 3.x; use args attribute [repr(exc), exc.__class__.__name__ + repr(exc.args)], [exc[0], /home/antoine/cpython/__svn__/Lib/test/test_pep352.py:187: DeprecationWarning: exceptions must derive from BaseException in 3.x raise ClassicClass /home/antoine/cpython/__svn__/Lib/test/test_pep352.py:188: DeprecationWarning: catching classes that don't inherit from BaseException is not allowed in 3.x except ClassicClass: /home/antoine/cpython/__svn__/Lib/test/test_pep352.py:193: DeprecationWarning: exceptions must derive from BaseException in 3.x raise ClassicClass() /home/antoine/cpython/__svn__/Lib/test/test_pep352.py:194: DeprecationWarning: catching classes that don't inherit from BaseException is not allowed in 3.x except ClassicClass: /home/antoine/cpython/__svn__/Lib/test/test_pkgimport.py:9: DeprecationWarning: dict.has_key() not supported in 3.x; use the in operator while sys.modules.has_key(self.package_name): /home/antoine/cpython/__svn__/Lib/test/test_pkgimport.py:55: DeprecationWarning: dict.has_key() not supported in 3.x; use the in operator self.assertTrue(not sys.modules.has_key(self.module_name) and /home/antoine/cpython/__svn__/Lib/test/test_pkgimport.py:16: DeprecationWarning: dict.has_key() not supported in 3.x; use the in operator if sys.modules.has_key(module_name): /home/antoine/cpython/__svn__/Lib/pprint.py:277: DeprecationWarning: comparing unequal types not supported in 3.x for k, v in sorted(object.items()): /home/antoine/cpython/__svn__/Lib/pprint.py:148: DeprecationWarning: comparing unequal types not supported in 3.x items.sort() /home/antoine/cpython/__svn__/Lib/pstats.py:445: DeprecationWarning: classic int division print >> self.stream, f8(tt/nc), /home/antoine/cpython/__svn__/Lib/pstats.py:450: DeprecationWarning: classic int division print >> self.stream, f8(ct/cc), /home/antoine/cpython/__svn__/Lib/test/test_pyclbr.py:45: DeprecationWarning: dict.has_key() not supported in 3.x; use the in operator if not obj.has_key(key): /home/antoine/cpython/__svn__/Lib/test/test_pyclbr.py:47: DeprecationWarning: dict.has_key() not supported in 3.x; use the in operator self.assertTrue(obj.has_key(key)) /home/antoine/cpython/__svn__/Lib/test/test_pyexpat.py:557: DeprecationWarning: classic int division parser.buffer_size /= 2 /home/antoine/cpython/__svn__/Lib/Queue.py:225: DeprecationWarning: comparing unequal types not supported in 3.x heappush(self.queue, item) /home/antoine/cpython/__svn__/Lib/Queue.py:228: DeprecationWarning: comparing unequal types not supported in 3.x return heappop(self.queue) /home/antoine/cpython/__svn__/Lib/test/test_random.py:82: DeprecationWarning: reduce() not supported in 3.x; use functools.reduce() return reduce(int.__mul__, xrange(1, n), 1) Warning -- sys.path was modified by test_re /home/antoine/cpython/__svn__/Lib/test/test_repr.py:177: DeprecationWarning: buffer() not supported in 3.x x = buffer('foo') /home/antoine/cpython/__svn__/Lib/test/test_richcmp.py:88: DeprecationWarning: dict inequality comparisons not supported in 3.x "lt": (lambda a,b: a< b, operator.lt, operator.__lt__), /home/antoine/cpython/__svn__/Lib/unittest/case.py:405: DeprecationWarning: dict inequality comparisons not supported in 3.x callableObj(*args, **kwargs) /home/antoine/cpython/__svn__/Lib/test/test_richcmp.py:89: DeprecationWarning: dict inequality comparisons not supported in 3.x "le": (lambda a,b: a<=b, operator.le, operator.__le__), /home/antoine/cpython/__svn__/Lib/test/test_richcmp.py:92: DeprecationWarning: dict inequality comparisons not supported in 3.x "gt": (lambda a,b: a> b, operator.gt, operator.__gt__), /home/antoine/cpython/__svn__/Lib/test/test_richcmp.py:93: DeprecationWarning: dict inequality comparisons not supported in 3.x "ge": (lambda a,b: a>=b, operator.ge, operator.__ge__) /home/antoine/cpython/__svn__/Lib/test/test_scope.py:474: DeprecationWarning: dict.has_key() not supported in 3.x; use the in operator self.assertTrue(d.has_key('h')) /home/antoine/cpython/__svn__/Lib/test/test_set.py:1226: DeprecationWarning: builtin_function_or_method order comparisons not supported in 3.x self.assertRaises(TypeError, lambda: self.other < self.set) /home/antoine/cpython/__svn__/Lib/test/test_set.py:1227: DeprecationWarning: builtin_function_or_method order comparisons not supported in 3.x self.assertRaises(TypeError, lambda: self.other <= self.set) /home/antoine/cpython/__svn__/Lib/test/test_set.py:1228: DeprecationWarning: builtin_function_or_method order comparisons not supported in 3.x self.assertRaises(TypeError, lambda: self.other > self.set) /home/antoine/cpython/__svn__/Lib/test/test_set.py:1229: DeprecationWarning: builtin_function_or_method order comparisons not supported in 3.x self.assertRaises(TypeError, lambda: self.other >= self.set) /home/antoine/cpython/__svn__/Lib/test/test_set.py:1382: DeprecationWarning: comparing unequal types not supported in 3.x dup_list = list(dup); dup_list.sort() /home/antoine/cpython/__svn__/Lib/test/test_set.py:1383: DeprecationWarning: comparing unequal types not supported in 3.x set_list = list(self.set); set_list.sort() /home/antoine/cpython/__svn__/Lib/test/test_set.py:1391: DeprecationWarning: comparing unequal types not supported in 3.x dup_list = list(dup); dup_list.sort() /home/antoine/cpython/__svn__/Lib/test/test_set.py:1392: DeprecationWarning: comparing unequal types not supported in 3.x set_list = list(self.set); set_list.sort() /home/antoine/cpython/__svn__/Lib/test/test_set.py:1555: DeprecationWarning: comparing unequal types not supported in 3.x self.assertEqual(sorted(cons(g(s))), sorted(g(s))) /home/antoine/cpython/__svn__/Lib/test/test_set.py:1570: DeprecationWarning: comparing unequal types not supported in 3.x self.assertEqual(sorted(actual), sorted(expected)) /home/antoine/cpython/__svn__/Lib/test/test_set.py:1584: DeprecationWarning: comparing unequal types not supported in 3.x self.assertEqual(sorted(s), sorted(t)) /home/antoine/cpython/__svn__/Lib/sets.py:290: DeprecationWarning: dict.has_key() not supported in 3.x; use the in operator for elt in ifilterfalse(otherdata.has_key, self): /home/antoine/cpython/__svn__/Lib/sets.py:387: DeprecationWarning: dict.has_key() not supported in 3.x; use the in operator for element in iterable: /home/antoine/cpython/__svn__/Lib/sets.py:263: DeprecationWarning: dict.has_key() not supported in 3.x; use the in operator for elt in ifilterfalse(otherdata.has_key, selfdata): /home/antoine/cpython/__svn__/Lib/sets.py:265: DeprecationWarning: dict.has_key() not supported in 3.x; use the in operator for elt in ifilterfalse(selfdata.has_key, otherdata): /home/antoine/cpython/__svn__/Lib/sets.py:506: DeprecationWarning: dict.has_key() not supported in 3.x; use the in operator for elt in ifilter(data.has_key, other): /home/antoine/cpython/__svn__/Lib/sets.py:316: DeprecationWarning: dict.has_key() not supported in 3.x; use the in operator for elt in ifilterfalse(other._data.has_key, self): /home/antoine/cpython/__svn__/Lib/sets.py:325: DeprecationWarning: dict.has_key() not supported in 3.x; use the in operator for elt in ifilterfalse(self._data.has_key, other): /home/antoine/cpython/__svn__/Lib/test/test_sets.py:518: DeprecationWarning: builtin_function_or_method order comparisons not supported in 3.x self.assertRaises(TypeError, lambda: self.other < self.set) /home/antoine/cpython/__svn__/Lib/test/test_sets.py:519: DeprecationWarning: builtin_function_or_method order comparisons not supported in 3.x self.assertRaises(TypeError, lambda: self.other <= self.set) /home/antoine/cpython/__svn__/Lib/test/test_sets.py:520: DeprecationWarning: builtin_function_or_method order comparisons not supported in 3.x self.assertRaises(TypeError, lambda: self.other > self.set) /home/antoine/cpython/__svn__/Lib/test/test_sets.py:521: DeprecationWarning: builtin_function_or_method order comparisons not supported in 3.x self.assertRaises(TypeError, lambda: self.other >= self.set) /home/antoine/cpython/__svn__/Lib/test/test_sets.py:682: DeprecationWarning: comparing unequal types not supported in 3.x dup_list = list(dup); dup_list.sort() /home/antoine/cpython/__svn__/Lib/test/test_sets.py:683: DeprecationWarning: comparing unequal types not supported in 3.x set_list = list(self.set); set_list.sort() /home/antoine/cpython/__svn__/Lib/test/test_sets.py:691: DeprecationWarning: comparing unequal types not supported in 3.x dup_list = list(dup); dup_list.sort() /home/antoine/cpython/__svn__/Lib/test/test_sets.py:692: DeprecationWarning: comparing unequal types not supported in 3.x set_list = list(self.set); set_list.sort() /home/antoine/cpython/__svn__/Lib/test/test_site.py:312: DeprecationWarning: dict.has_key() not supported in 3.x; use the in operator if not sys.modules.has_key("sitecustomize"): /home/antoine/cpython/__svn__/Lib/test/test_slice.py:118: DeprecationWarning: in 3.x, __setslice__ has been removed; use __setitem__ x[1:2] = 42 /home/antoine/cpython/__svn__/Lib/test/test_socket.py:126: DeprecationWarning: callable() not supported in 3.x; use hasattr(o, '__call__') if not callable(test_func): /home/antoine/cpython/__svn__/Lib/test/test_socket.py:1240: DeprecationWarning: buffer() not supported in 3.x buf = buffer(MSG) /home/antoine/cpython/__svn__/Lib/test/test_socket.py:1229: DeprecationWarning: buffer() not supported in 3.x buf = buffer(MSG) /home/antoine/cpython/__svn__/Lib/test/test_socket.py:1277: DeprecationWarning: classic int division TIPC_LOWER + (TIPC_UPPER - TIPC_LOWER) / 2, 0) /home/antoine/cpython/__svn__/Lib/test/test_socket.py:1308: DeprecationWarning: classic int division TIPC_LOWER + (TIPC_UPPER - TIPC_LOWER) / 2, 0) /home/antoine/cpython/__svn__/Lib/test/test_sort.py:17: DeprecationWarning: the cmp argument is not supported in 3.x raw.sort(compare) /home/antoine/cpython/__svn__/Lib/test/test_sort.py:103: DeprecationWarning: the cmp argument is not supported in 3.x s.sort(lambda a, b: int(random.random() * 3) - 1) /home/antoine/cpython/__svn__/Lib/test/test_sort.py:199: DeprecationWarning: the cmp argument is not supported in 3.x data.sort(cmp=compare, key=str.lower) /home/antoine/cpython/__svn__/Lib/test/test_sort.py:179: DeprecationWarning: the cmp argument is not supported in 3.x copy.sort(cmp=lambda x,y: cmp(x.lower(), y.lower())) /home/antoine/cpython/__svn__/Lib/test/test_sort.py:210: DeprecationWarning: classic int division self.assertRaises(ZeroDivisionError, data.sort, None, lambda x: 1/x) /home/antoine/cpython/__svn__/Lib/test/test_sort.py:262: DeprecationWarning: the cmp argument is not supported in 3.x data.sort(cmp=lambda x,y: cmp(x[0],y[0]), reverse=True) /home/antoine/cpython/__svn__/Lib/test/test_sort.py:263: DeprecationWarning: the cmp argument is not supported in 3.x copy1.sort(cmp=lambda x,y: cmp(y[0],x[0])) /home/antoine/cpython/__svn__/Lib/sqlite3/test/dbapi.py:645: DeprecationWarning: buffer() not supported in 3.x b = sqlite.Binary(chr(0) + "'") /home/antoine/cpython/__svn__/Lib/sqlite3/test/types.py:70: DeprecationWarning: buffer() not supported in 3.x val = buffer("Guglhupf") /home/antoine/cpython/__svn__/Lib/sqlite3/test/types.py:207: DeprecationWarning: buffer() not supported in 3.x val = buffer("Guglhupf") /home/antoine/cpython/__svn__/Lib/sqlite3/test/types.py:323: DeprecationWarning: buffer() not supported in 3.x result = self.con.execute('select ? as "x [bin]"', (buffer(zlib.compress(testdata)),)).fetchone()[0] /home/antoine/cpython/__svn__/Lib/sqlite3/test/userfunctions.py:41: DeprecationWarning: classic int division 5/0 /home/antoine/cpython/__svn__/Lib/sqlite3/test/userfunctions.py:39: DeprecationWarning: buffer() not supported in 3.x return buffer("blob") /home/antoine/cpython/__svn__/Lib/sqlite3/test/userfunctions.py:200: DeprecationWarning: buffer() not supported in 3.x self.assertEqual(val, buffer("blob")) /home/antoine/cpython/__svn__/Lib/sqlite3/test/userfunctions.py:237: DeprecationWarning: buffer() not supported in 3.x cur.execute("select isblob(?)", (buffer("blob"),)) /home/antoine/cpython/__svn__/Lib/sqlite3/test/userfunctions.py:255: DeprecationWarning: buffer() not supported in 3.x ("foo", 5, 3.14, None, buffer("blob"),)) /home/antoine/cpython/__svn__/Lib/sqlite3/test/userfunctions.py:347: DeprecationWarning: buffer() not supported in 3.x cur.execute("select checkType('blob', ?)", (buffer("blob"),)) /home/antoine/cpython/__svn__/Lib/sqlite3/test/userfunctions.py:96: DeprecationWarning: classic int division 5/0 /home/antoine/cpython/__svn__/Lib/sqlite3/test/userfunctions.py:70: DeprecationWarning: classic int division 5/0 /home/antoine/cpython/__svn__/Lib/sqlite3/test/userfunctions.py:83: DeprecationWarning: classic int division 5/0 /home/antoine/cpython/__svn__/Lib/test/test_struct.py:474: DeprecationWarning: classic int division true = [1], 'test', 5, -1, 0xffffffffL+1, 0xffffffff/2 /home/antoine/cpython/__svn__/Lib/test/test_struct.py:399: DeprecationWarning: buffer() not supported in 3.x data = cls(test_string) /home/antoine/cpython/__svn__/Lib/test/test_struct.py:408: DeprecationWarning: buffer() not supported in 3.x data = cls(test_string) /home/antoine/cpython/__svn__/Lib/test/test_struct.py:466: DeprecationWarning: buffer() not supported in 3.x data2 = buffer('......\x12\x34\x56\x78......', 6, 4) :1: SyntaxWarning: backquote not supported in 3.x; use repr() `1` = 1 /home/antoine/cpython/__svn__/Lib/test/test_sys.py:78: DeprecationWarning: sys.exc_clear() not supported in 3.x; use except clauses sys.exc_clear() /home/antoine/cpython/__svn__/Lib/test/test_sys.py:481: DeprecationWarning: buffer() not supported in 3.x check(buffer(''), size(h + '2P2Pil')) /home/antoine/cpython/__svn__/Lib/test/test_tarfile.py:654: DeprecationWarning: use the filter argument instead tar.add(tempdir, arcname="empty_dir", exclude=exclude) /home/antoine/cpython/__svn__/Lib/tarfile.py:1978: DeprecationWarning: use the filter argument instead recursive, exclude, filter) /home/antoine/cpython/__svn__/Lib/test/test_trace.py:404: DeprecationWarning: classic int division y = 1/x /home/antoine/cpython/__svn__/Lib/test/test_traceback.py:101: DeprecationWarning: In 3.x, reload() is renamed to imp.reload() reload(test_bug737473) /home/antoine/cpython/__svn__/Lib/test/test_traceback.py:151: DeprecationWarning: classic int division 1/0 /home/antoine/cpython/__svn__/Lib/test/test_undocumented_details.py:27: DeprecationWarning: cell comparisons not supported in 3.x self.assertTrue(h_cell < g_cell) /home/antoine/cpython/__svn__/Lib/test/test_undocumented_details.py:28: DeprecationWarning: cell comparisons not supported in 3.x self.assertTrue(g_cell >= h_cell) /home/antoine/cpython/__svn__/Lib/test/test_undocumented_details.py:29: DeprecationWarning: cell comparisons not supported in 3.x self.assertEqual(cmp(g_cell, h_cell), 1) /home/antoine/cpython/__svn__/Lib/test/test_undocumented_details.py:31: DeprecationWarning: cell comparisons not supported in 3.x self.assertTrue(g_cell == g_cell) /home/antoine/cpython/__svn__/Lib/test/test_undocumented_details.py:32: DeprecationWarning: cell comparisons not supported in 3.x self.assertTrue(h_cell == h_cell) /home/antoine/cpython/__svn__/Lib/test/test_undocumented_details.py:33: DeprecationWarning: cell comparisons not supported in 3.x self.assertTrue(g_cell != h_cell) /home/antoine/cpython/__svn__/Lib/test/test_undocumented_details.py:8: DeprecationWarning: type inequality comparisons not supported in 3.x self.assertTrue(str < int or str > int) /home/antoine/cpython/__svn__/Lib/test/test_undocumented_details.py:9: DeprecationWarning: type inequality comparisons not supported in 3.x self.assertTrue(int <= str or int >= str) /home/antoine/cpython/__svn__/Lib/test/test_unicode.py:502: DeprecationWarning: buffer() not supported in 3.x buffer('character buffers are decoded to unicode'), /home/antoine/cpython/__svn__/Lib/test/test_univnewlines2k.py:83: DeprecationWarning: execfile() not supported in 3.x; use exec() execfile(test_support.TESTFN, namespace) /home/antoine/cpython/__svn__/Lib/test/test_urllib2_localnet.py:163: DeprecationWarning: dict.has_key() not supported in 3.x; use the in operator if self._users.has_key(auth_dict["username"]): /home/antoine/cpython/__svn__/Lib/test/test_userdict.py:100: DeprecationWarning: dict.has_key() not supported in 3.x; use the in operator self.assertEqual(u1.has_key(i), d1.has_key(i)) /home/antoine/cpython/__svn__/Lib/test/test_userdict.py:102: DeprecationWarning: dict.has_key() not supported in 3.x; use the in operator self.assertEqual(u0.has_key(i), d0.has_key(i)) /home/antoine/cpython/__svn__/Lib/test/list_tests.py:195: DeprecationWarning: in 3.x, __delslice__ has been removed; use __delitem__ del a[1:2] /home/antoine/cpython/__svn__/Lib/test/list_tests.py:196: DeprecationWarning: in 3.x, __delslice__ has been removed; use __delitem__ del a[0:1] /home/antoine/cpython/__svn__/Lib/test/list_tests.py:200: DeprecationWarning: in 3.x, __delslice__ has been removed; use __delitem__ del a[1L:2L] /home/antoine/cpython/__svn__/Lib/test/list_tests.py:201: DeprecationWarning: in 3.x, __delslice__ has been removed; use __delitem__ del a[0L:1L] /home/antoine/cpython/__svn__/Lib/test/list_tests.py:205: DeprecationWarning: in 3.x, __delslice__ has been removed; use __delitem__ del a[-2:-1] /home/antoine/cpython/__svn__/Lib/test/list_tests.py:209: DeprecationWarning: in 3.x, __delslice__ has been removed; use __delitem__ del a[-2L:-1L] /home/antoine/cpython/__svn__/Lib/test/list_tests.py:213: DeprecationWarning: in 3.x, __delslice__ has been removed; use __delitem__ del a[1:] /home/antoine/cpython/__svn__/Lib/test/list_tests.py:214: DeprecationWarning: in 3.x, __delslice__ has been removed; use __delitem__ del a[:1] /home/antoine/cpython/__svn__/Lib/test/list_tests.py:218: DeprecationWarning: in 3.x, __delslice__ has been removed; use __delitem__ del a[1L:] /home/antoine/cpython/__svn__/Lib/test/list_tests.py:219: DeprecationWarning: in 3.x, __delslice__ has been removed; use __delitem__ del a[:1L] /home/antoine/cpython/__svn__/Lib/test/list_tests.py:223: DeprecationWarning: in 3.x, __delslice__ has been removed; use __delitem__ del a[-1:] /home/antoine/cpython/__svn__/Lib/test/list_tests.py:227: DeprecationWarning: in 3.x, __delslice__ has been removed; use __delitem__ del a[-1L:] /home/antoine/cpython/__svn__/Lib/test/list_tests.py:231: DeprecationWarning: in 3.x, __delslice__ has been removed; use __delitem__ del a[:] /home/antoine/cpython/__svn__/Lib/test/list_tests.py:246: DeprecationWarning: in 3.x, __getslice__ has been removed; use __getitem__ a = a1[:] /home/antoine/cpython/__svn__/Lib/test/list_tests.py:512: DeprecationWarning: in 3.x, __getslice__ has been removed; use __getitem__ b = a[:] /home/antoine/cpython/__svn__/Lib/test/list_tests.py:513: DeprecationWarning: in 3.x, __getslice__ has been removed; use __getitem__ c = a[:] /home/antoine/cpython/__svn__/Lib/test/list_tests.py:514: DeprecationWarning: in 3.x, __setslice__ has been removed; use __setitem__ a[2:3] = self.type2test(["two", "elements"]) /home/antoine/cpython/__svn__/Lib/test/seq_tests.py:167: DeprecationWarning: in 3.x, __getslice__ has been removed; use __getitem__ self.assertEqual(u[0:0], self.type2test()) /home/antoine/cpython/__svn__/Lib/test/seq_tests.py:168: DeprecationWarning: in 3.x, __getslice__ has been removed; use __getitem__ self.assertEqual(u[1:2], self.type2test([1])) /home/antoine/cpython/__svn__/Lib/test/seq_tests.py:169: DeprecationWarning: in 3.x, __getslice__ has been removed; use __getitem__ self.assertEqual(u[-2:-1], self.type2test([3])) /home/antoine/cpython/__svn__/Lib/test/seq_tests.py:170: DeprecationWarning: in 3.x, __getslice__ has been removed; use __getitem__ self.assertEqual(u[-1000:1000], u) /home/antoine/cpython/__svn__/Lib/test/seq_tests.py:171: DeprecationWarning: in 3.x, __getslice__ has been removed; use __getitem__ self.assertEqual(u[1000:-1000], self.type2test([])) /home/antoine/cpython/__svn__/Lib/test/seq_tests.py:172: DeprecationWarning: in 3.x, __getslice__ has been removed; use __getitem__ self.assertEqual(u[:], u) /home/antoine/cpython/__svn__/Lib/test/seq_tests.py:196: DeprecationWarning: in 3.x, __getslice__ has been removed; use __getitem__ self.assertEqual(a[ -pow(2,128L): 3 ], self.type2test([0,1,2])) /home/antoine/cpython/__svn__/Lib/test/seq_tests.py:197: DeprecationWarning: in 3.x, __getslice__ has been removed; use __getitem__ self.assertEqual(a[ 3: pow(2,145L) ], self.type2test([3,4])) /home/antoine/cpython/__svn__/Lib/test/test_userlist.py:14: DeprecationWarning: in 3.x, __getslice__ has been removed; use __getitem__ self.assertEqual(u[:i], l[:i]) /home/antoine/cpython/__svn__/Lib/test/test_userlist.py:15: DeprecationWarning: in 3.x, __getslice__ has been removed; use __getitem__ self.assertEqual(u[i:], l[i:]) /home/antoine/cpython/__svn__/Lib/test/test_userlist.py:17: DeprecationWarning: in 3.x, __getslice__ has been removed; use __getitem__ self.assertEqual(u[i:j], l[i:j]) /home/antoine/cpython/__svn__/Lib/test/list_tests.py:409: DeprecationWarning: in 3.x, __setslice__ has been removed; use __setitem__ a[:] = [EvilCmp(a) for _ in xrange(100)] /home/antoine/cpython/__svn__/Lib/test/list_tests.py:406: DeprecationWarning: in 3.x, __delslice__ has been removed; use __delitem__ del self.victim[:] /home/antoine/cpython/__svn__/Lib/test/list_tests.py:271: DeprecationWarning: in 3.x, __getslice__ has been removed; use __getitem__ b = a[:] /home/antoine/cpython/__svn__/Lib/test/list_tests.py:415: DeprecationWarning: in 3.x, __getslice__ has been removed; use __getitem__ u2 = u[:] /home/antoine/cpython/__svn__/Lib/test/list_tests.py:150: DeprecationWarning: in 3.x, __setslice__ has been removed; use __setitem__ a[:i] = l[:i] /home/antoine/cpython/__svn__/Lib/test/list_tests.py:152: DeprecationWarning: in 3.x, __getslice__ has been removed; use __getitem__ a2 = a[:] /home/antoine/cpython/__svn__/Lib/test/list_tests.py:153: DeprecationWarning: in 3.x, __getslice__ has been removed; use __getitem__ a2[:i] = a[:i] /home/antoine/cpython/__svn__/Lib/test/list_tests.py:153: DeprecationWarning: in 3.x, __setslice__ has been removed; use __setitem__ a2[:i] = a[:i] /home/antoine/cpython/__svn__/Lib/test/list_tests.py:155: DeprecationWarning: in 3.x, __setslice__ has been removed; use __setitem__ a[i:] = l[i:] /home/antoine/cpython/__svn__/Lib/test/list_tests.py:157: DeprecationWarning: in 3.x, __getslice__ has been removed; use __getitem__ a2 = a[:] /home/antoine/cpython/__svn__/Lib/test/list_tests.py:158: DeprecationWarning: in 3.x, __getslice__ has been removed; use __getitem__ a2[i:] = a[i:] /home/antoine/cpython/__svn__/Lib/test/list_tests.py:158: DeprecationWarning: in 3.x, __setslice__ has been removed; use __setitem__ a2[i:] = a[i:] /home/antoine/cpython/__svn__/Lib/test/list_tests.py:161: DeprecationWarning: in 3.x, __setslice__ has been removed; use __setitem__ a[i:j] = l[i:j] /home/antoine/cpython/__svn__/Lib/test/list_tests.py:163: DeprecationWarning: in 3.x, __getslice__ has been removed; use __getitem__ a2 = a[:] /home/antoine/cpython/__svn__/Lib/test/list_tests.py:164: DeprecationWarning: in 3.x, __getslice__ has been removed; use __getitem__ a2[i:j] = a[i:j] /home/antoine/cpython/__svn__/Lib/test/list_tests.py:164: DeprecationWarning: in 3.x, __setslice__ has been removed; use __setitem__ a2[i:j] = a[i:j] /home/antoine/cpython/__svn__/Lib/test/list_tests.py:167: DeprecationWarning: in 3.x, __getslice__ has been removed; use __getitem__ aa2 = a2[:] /home/antoine/cpython/__svn__/Lib/test/list_tests.py:168: DeprecationWarning: in 3.x, __setslice__ has been removed; use __setitem__ aa2[:0] = [-2, -1] /home/antoine/cpython/__svn__/Lib/test/list_tests.py:170: DeprecationWarning: in 3.x, __setslice__ has been removed; use __setitem__ aa2[0:] = [] /home/antoine/cpython/__svn__/Lib/test/list_tests.py:174: DeprecationWarning: in 3.x, __setslice__ has been removed; use __setitem__ a[:-1] = a /home/antoine/cpython/__svn__/Lib/test/list_tests.py:177: DeprecationWarning: in 3.x, __setslice__ has been removed; use __setitem__ a[1:] = a /home/antoine/cpython/__svn__/Lib/test/list_tests.py:180: DeprecationWarning: in 3.x, __setslice__ has been removed; use __setitem__ a[1:-1] = a /home/antoine/cpython/__svn__/Lib/test/list_tests.py:184: DeprecationWarning: in 3.x, __setslice__ has been removed; use __setitem__ a[:] = tuple(range(10)) /home/antoine/cpython/__svn__/Lib/test/list_tests.py:458: DeprecationWarning: in 3.x, __setslice__ has been removed; use __setitem__ u[:2] = "h" /home/antoine/cpython/__svn__/Lib/UserList.py:83: DeprecationWarning: the cmp argument is not supported in 3.x def sort(self, *args, **kwds): self.data.sort(*args, **kwds) /home/antoine/cpython/__svn__/Lib/test/string_tests.py:211: DeprecationWarning: in 3.x, __getslice__ has been removed; use __getitem__ self.assertEqual(i[loc:loc+len(j)], j) /home/antoine/cpython/__svn__/Lib/test/test_userstring.py:86: DeprecationWarning: in 3.x, __delslice__ has been removed; use __delitem__ del s[3:10] /home/antoine/cpython/__svn__/Lib/test/test_userstring.py:88: DeprecationWarning: in 3.x, __delslice__ has been removed; use __delitem__ del s[-1:10] /home/antoine/cpython/__svn__/Lib/test/test_userstring.py:75: DeprecationWarning: in 3.x, __setslice__ has been removed; use __setitem__ s[:] = "bar" /home/antoine/cpython/__svn__/Lib/test/test_userstring.py:77: DeprecationWarning: in 3.x, __setslice__ has been removed; use __setitem__ s[1:2] = "foo" /home/antoine/cpython/__svn__/Lib/test/test_userstring.py:79: DeprecationWarning: in 3.x, __setslice__ has been removed; use __setitem__ s[1:-1] = UserString("a") /home/antoine/cpython/__svn__/Lib/test/test_userstring.py:81: DeprecationWarning: in 3.x, __setslice__ has been removed; use __setitem__ s[0:10] = 42 /home/antoine/cpython/__svn__/Lib/test/test_weakref.py:172: DeprecationWarning: in 3.x, __setslice__ has been removed; use __setitem__ p[:] = [2, 3] /home/antoine/cpython/__svn__/Lib/test/test_weakref.py:186: DeprecationWarning: in 3.x, __getslice__ has been removed; use __getitem__ self.assertEqual(L3[:], p3[:]) /home/antoine/cpython/__svn__/Lib/test/test_weakref.py:187: DeprecationWarning: in 3.x, __getslice__ has been removed; use __getitem__ self.assertEqual(L3[5:], p3[5:]) /home/antoine/cpython/__svn__/Lib/test/test_weakref.py:188: DeprecationWarning: in 3.x, __getslice__ has been removed; use __getitem__ self.assertEqual(L3[:5], p3[:5]) /home/antoine/cpython/__svn__/Lib/test/test_weakref.py:189: DeprecationWarning: in 3.x, __getslice__ has been removed; use __getitem__ self.assertEqual(L3[2:5], p3[2:5]) /home/antoine/cpython/__svn__/Lib/test/test_weakref.py:1012: DeprecationWarning: dict.has_key() not supported in 3.x; use the in operator self.assertTrue(dict.has_key(k), /home/antoine/cpython/__svn__/Lib/test/test_with.py:641: DeprecationWarning: classic int division 1/0 /home/antoine/cpython/__svn__/Lib/test/test_with.py:631: DeprecationWarning: classic int division 1/0 /home/antoine/cpython/__svn__/Lib/test/test_wsgiref.py:444: DeprecationWarning: dict.has_key() not supported in 3.x; use the in operator self.assertTrue(h.environ.has_key(key)) /home/antoine/cpython/__svn__/Lib/test/test_wsgiref.py:428: DeprecationWarning: dict.has_key() not supported in 3.x; use the in operator if not empty.has_key(k): /home/antoine/cpython/__svn__/Lib/test/test_wsgiref.py:431: DeprecationWarning: dict.has_key() not supported in 3.x; use the in operator self.assertTrue(env.has_key(k)) /home/antoine/cpython/__svn__/Lib/test/test_xml_etree.py:40: DeprecationWarning: callable() not supported in 3.x; use hasattr(o, '__call__') if not callable(method): /home/antoine/cpython/__svn__/Lib/test/test_xml_etree_c.py:38: DeprecationWarning: callable() not supported in 3.x; use hasattr(o, '__call__') if not callable(method): /home/antoine/cpython/__svn__/Lib/test/test_xmllib.py:24: DeprecationWarning: The xmllib module is obsolete. Use xml.sax instead. import xmllib /home/antoine/cpython/__svn__/Lib/test/test_xmlrpc.py:166: DeprecationWarning: In 3.x, reload() is renamed to imp.reload() reload(sys) # ugh! Warning -- sys.stdout was modified by test_xmlrpc /home/antoine/cpython/__svn__/Lib/test/test_xpickle.py:28: DeprecationWarning: execfile() not supported in 3.x; use exec() execfile(mod_path, pickletester.__dict__, pickletester.__dict__) test_xpickle -- skipping backwards compat tests. Use 'regrtest.py -u xpickle' to run them. :5: SyntaxWarning: backquote not supported in 3.x; use repr() print ' Text:', `piece` :1: DeprecationWarning: execfile() not supported in 3.x; use exec()