Message2964

Author mehendran
Recipients
Date 2007-12-05.10:25:01
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
As jython implementation of os.stat call is limited in
returning the same values as with CPython, many of file
properties are assigned to default which is zero
including InodeProtectionMode. In CPython, 
InodeProtectionMode is to find out the type of the file
given. so, i have modified the filecmp module with the
support of java.io.File.

Now all the test cases are working properly. The patch is
attached herewith.

please give your valuable comments and suggestions.
History
Date User Action Args
2008-02-20 17:18:53adminlinkissue1844733 messages
2008-02-20 17:18:53admincreate