My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
usage  
How to check out and run the code
Updated Feb 4, 2010 by rege...@gmail.com

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
Powered by Google Project Hosting