diff options
author | lloyd <[email protected]> | 2011-11-09 16:07:41 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2011-11-09 16:07:41 +0000 |
commit | 982fd6891715ed0a2d3d00ee1b9afa249e2f48a4 (patch) | |
tree | 58b4711162ccb40b7e5e764b0a34b359df16700a /configure.py | |
parent | 65ef8b96b574dcf106f57d90e125683a7b5a74ae (diff) |
PyPy works
Diffstat (limited to 'configure.py')
-rwxr-xr-x | configure.py | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/configure.py b/configure.py index 03ad7c359..1cd9b748e 100755 --- a/configure.py +++ b/configure.py @@ -5,17 +5,16 @@ Configuration program for botan (http://botan.randombit.net/) (C) 2009-2011 Jack Lloyd Distributed under the terms of the Botan license -Tested with - CPython 2.6, 2.7, 3.1 - OK +Tested with CPython 2.6, 2.7, 3.1 and PyPy 1.5 - Python 2.5 works if you change the exception catching syntax: - perl -pi -e 's/except (.*) as (.*):/except $1, $2:/g' configure.py +Python 2.5 works if you change the exception catching syntax: + perl -pi -e 's/except (.*) as (.*):/except $1, $2:/g' configure.py - Jython - Target detection does not work (use --os and --cpu) +Jython - Target detection does not work (use --os and --cpu) - CPython 2.4 and earlier are not supported +CPython 2.4 and earlier are not supported - Has not been tested with IronPython or PyPy +Has not been tested with IronPython """ import sys |