Message5519

Author ita
Recipients ita, pjdm, pjenvey, spiritmech
Date 2010-02-11.18:23:19
SpamBayes Score 0.00068171433
Marked as misclassified No
Message-id <1265912600.73.0.523840462046.issue1445@psf.upfronthosting.co.za>
In-reply-to
Content
Please have a look at the following patch, which enables jython to read tar.bz2 files:
http://freehackers.org/~tnagy/bz2.diff

* is it permitted to import the apache classes like this?
* is a PyFile wrapper ok or is it more recommendable to use a class (in a python file or in a java file?)
* are there gotchas with using PyFile (memory leaks, file remaining open on win32, ...) ?

Note: this bug tracker does not allow attachments. It would be fine if the error message did not eat the message (not nice!)
History
Date User Action Args
2010-02-11 18:23:20itasetmessageid: <1265912600.73.0.523840462046.issue1445@psf.upfronthosting.co.za>
2010-02-11 18:23:20itasetrecipients: + ita, pjenvey, pjdm, spiritmech
2010-02-11 18:23:20italinkissue1445 messages
2010-02-11 18:23:20itacreate