[pypy-commit] pypy py3.3: Fix tests to pass with -A and cpython3.3.

2015-01-01 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r75199:5494a2d79290 Date: 2015-01-01 18:57 +0100 http://bitbucket.org/pypy/pypy/changeset/5494a2d79290/ Log:Fix tests to pass with -A and cpython3.3. + Allow some bytes functions to search for integers instead of single chars. dif

[pypy-commit] pypy py3.3: Fix tests to pass with -A and CPython3.3

2014-12-30 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r75170:edc9c50db790 Date: 2014-12-30 19:30 +0100 http://bitbucket.org/pypy/pypy/changeset/edc9c50db790/ Log:Fix tests to pass with -A and CPython3.3 diff --git a/pypy/interpreter/test/test_compiler.py b/pypy/interpreter/test/test_compile