Message1945

Author mehendran
Recipients
Date 2007-10-25.06:35:04
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I tried to reproduce this bug in my setup. but I couldn't. 
It looks like working fine. 
I execute the following statements.

Jython 2.3a0 on java1.6.0_01
Type "copyright", "credits" or "license" for more information.
>>> import zipfile
>>> import zipfile as z
>>> z.is_zipfile("/home/tmehendran/1.zip")
True
>>> z.is_zipfile("/home/tmehendran/one.diff")
False
>>>
History
Date User Action Args
2008-02-20 17:18:03adminlinkissue1802863 messages
2008-02-20 17:18:03admincreate