My favorites | Sign in
Project Logo
                
Search
for
Updated Dec 04, 2008 by regebro
usage  
How to check out and run the code

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
  3.   svn co http://python-incompatibility.googlecode.com/svn/trunk python-incompatibility
  4. You can now run all the incompatibility tests with
  5.   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)

Comment by attilaolah, Dec 18, 2009

These are not the required Python versions. We need ('2.5', '2.6', '2.7', '3.1').


Sign in to add a comment
Hosted by Google Code