Message11102

Author jamesmudd
Recipients jamesmudd, pguermo
Date 2017-02-20.14:06:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1487599572.8.0.525360941942.issue2534@psf.upfronthosting.co.za>
In-reply-to
Content
I have also tested this now on RHEL6  and it works ok

Jython 2.7.1b3 (, Feb 20 2017, 12:05:03) 
[Java HotSpot(TM) 64-Bit Server VM (Oracle Corporation)] on java1.8.0_101
Type "help", "copyright", "credits" or "license" for more information.
>>> import os
>>> os.getlogin()
'james'
>>> 

So i'm sure this is something to do with the jffi calls to the OS. Would be interesting to test other platforms, I will try Windows when I get a chance
History
Date User Action Args
2017-02-20 14:06:12jamesmuddsetmessageid: <1487599572.8.0.525360941942.issue2534@psf.upfronthosting.co.za>
2017-02-20 14:06:12jamesmuddsetrecipients: + jamesmudd, pguermo
2017-02-20 14:06:12jamesmuddlinkissue2534 messages
2017-02-20 14:06:11jamesmuddcreate