Message5065

Author pjenvey
Recipients fwierzbicki, pekarna, pjenvey
Date 2009-08-26.04:25:00
SpamBayes Score 0.00020019835
Marked as misclassified No
Message-id <1251260701.1.0.410290258791.issue1441@psf.upfronthosting.co.za>
In-reply-to
Content
Works for me:

(jython)pjenvey@golgo13:/tmp$ /usr/bin/python ziptest.py 
(jython)pjenvey@golgo13:/tmp$ unzip test.zip
Archive:  test.zip
warning:  skipped "../" path component(s) in ../test
  inflating: test                    
(jython)pjenvey@golgo13:/tmp$ ls -la test.zip test
----------  1 pjenvey  wheel   16 Aug 25 21:22 test
-rw-r--r--  1 pjenvey  wheel  130 Aug 25 21:22 test.zip
(jython)pjenvey@golgo13:/tmp$ rm !:2-$
rm test.zip test
override ---------  pjenvey/wheel for test? y
(jython)pjenvey@golgo13:/tmp$ jython ziptest.py 
(jython)pjenvey@golgo13:/tmp$ unzip test.zip
Archive:  test.zip
warning:  skipped "../" path component(s) in ../test
  inflating: test                    
(jython)pjenvey@golgo13:/tmp$ ls -al test.zip test
----------  1 pjenvey  wheel   16 Aug 25 21:23 test
-rw-r--r--  1 pjenvey  wheel  130 Aug 25 21:23 test.zip
History
Date User Action Args
2009-08-26 04:25:01pjenveysetmessageid: <1251260701.1.0.410290258791.issue1441@psf.upfronthosting.co.za>
2009-08-26 04:25:01pjenveysetrecipients: + pjenvey, fwierzbicki, pekarna
2009-08-26 04:25:00pjenveylinkissue1441 messages
2009-08-26 04:25:00pjenveycreate