[pypy-commit] pypy py3k: kill the u''

2012-02-28 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r53004:390d9fc2b4bd Date: 2012-02-28 23:09 +0100 http://bitbucket.org/pypy/pypy/changeset/390d9fc2b4bd/ Log:kill the u'' diff --git a/pypy/module/exceptions/test/test_exc.py b/pypy/module/exceptions/test/test_exc.py --- a/pypy/module/exceptions/t

[pypy-commit] pypy py3k: kill the u''

2012-02-28 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r53003:ef6d5d78273e Date: 2012-02-28 23:08 +0100 http://bitbucket.org/pypy/pypy/changeset/ef6d5d78273e/ Log:kill the u'' diff --git a/pypy/module/exceptions/test/test_exc.py b/pypy/module/exceptions/test/test_exc.py --- a/pypy/module/exceptions/t

[pypy-commit] pypy py3k: kill the u prefix, and adapt che expected bytecode to the new py3k compiler

2012-02-28 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r52999:6b7f258424f1 Date: 2012-02-28 20:35 +0100 http://bitbucket.org/pypy/pypy/changeset/6b7f258424f1/ Log:kill the u prefix, and adapt che expected bytecode to the new py3k compiler diff --git a/pypy/interpreter/astcompiler/test/test_com