Usage
- Make sure you have the latest releases of python 2.5, 2.6 and 3.0 installed.
- Check out the code with
svn co http://python-incompatibility.googlecode.com/svn/trunk python-incompatibility
- You can now run all the incompatibility tests with
python makereport.py
This will run all tests with Python 2.5, 2.6 and 3.0, and output a table of the results. It will write a Y if the test succeeded, and an N if it failed. It will also surround the Y or N with exclamation marks if the result was "unexpected". (See structure)