Message5259

Author pjenvey
Recipients arianepaola, pjenvey
Date 2009-10-23.01:59:27
SpamBayes Score 0.0038478
Marked as misclassified No
Message-id <1256263168.04.0.391632201642.issue1396@psf.upfronthosting.co.za>
In-reply-to
Content
os.chmod and friends are from the posix module. We now have part of the 
posix module implemented in Java, so we can solve this by porting chmod 
etc from Python to java (in org.python.modules.posix.PosixModule)
History
Date User Action Args
2009-10-23 01:59:28pjenveysetmessageid: <1256263168.04.0.391632201642.issue1396@psf.upfronthosting.co.za>
2009-10-23 01:59:28pjenveysetrecipients: + pjenvey, arianepaola
2009-10-23 01:59:27pjenveylinkissue1396 messages
2009-10-23 01:59:27pjenveycreate