Export to GitHub

python-incompatibility - usage.wiki


Usage

  1. Make sure you have the latest releases of python 2.5, 2.6 and 3.0 installed.
  2. Check out the code with svn co http://python-incompatibility.googlecode.com/svn/trunk python-incompatibility
  3. 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)