Message2954

Author mehendran
Recipients
Date 2007-12-20.08:45:44
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The platform module which is in CPythonLib is untouched 
and I have made changes to other java files. Now it will
work fine.

The banner will be changed by this patch and it will be 
consistent to the python console's banner.
  
The testcases which are failing in the test_platform.py 
had been commented out.

Reasons:
1. test_architecture() its searching for the python
   excecutable 
2. libc_ver() is not required for Jython
3. test_platform()  is using the libc_ver() and,
4. tests related to python version

In the previous version of the patch, there were jython
specific functions. If I am integrating them into the 
patch, then we need to apply the patch on every update 
of the platform module in cpython.

Please suggest if there is any other way.

File Added: patch_platform.diff
History
Date User Action Args
2008-02-20 17:18:53adminlinkissue1838658 messages
2008-02-20 17:18:53admincreate