Message5523

Author pjenvey
Recipients amak, jfenwick, leosoto, pjenvey
Date 2010-02-14.00:14:15
SpamBayes Score 0.00021110864
Marked as misclassified No
Message-id <1266106456.24.0.165335299094.issue1549@psf.upfronthosting.co.za>
In-reply-to
Content
The intention of the patch is sound. My only correction is to add additional constructor methods to PyFile to accomodate this argspec along with the FileUtil wrappers. Even though PyFile has enough constructors, this is mostly to match how the other wrapper methods do it and then we don't have to duplicate the "<Java InputStream"> filename business
History
Date User Action Args
2010-02-14 00:14:16pjenveysetmessageid: <1266106456.24.0.165335299094.issue1549@psf.upfronthosting.co.za>
2010-02-14 00:14:16pjenveysetrecipients: + pjenvey, amak, leosoto, jfenwick
2010-02-14 00:14:16pjenveylinkissue1549 messages
2010-02-14 00:14:15pjenveycreate