Message10322

Author mishikal@yahoo.com
Recipients darjus, mishikal@yahoo.com, zyasoft
Date 2015-10-07.19:12:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1444245155.24.0.54358962239.issue2405@psf.upfronthosting.co.za>
In-reply-to
Content
Difference with posix not being present in > 2.7.0 beta 3, but only on this KVM host.  ???

zimbra@q1:~$ java -jar /tmp/jython-2.7.0b3.jar
Jython 2.7b3 (default:e81256215fb0, Aug 4 2014, 02:39:51)
[OpenJDK 64-Bit Server VM (Oracle Corporation)] on java1.8.0-internal
Type "help", "copyright", "credits" or "license" for more information.
>>> import posix
>>> posix.getpid()
13266
>>> quit()

zimbra@q1:~$ java -jar /tmp/jython-2.7.0b4.jar
Jython 2.7b4 (default:3672e624962a, Feb 13 2015, 04:59:14)
[OpenJDK 64-Bit Server VM (Oracle Corporation)] on java1.8.0-internal
Type "help", "copyright", "credits" or "license" for more information.
>>> import posix
>>> posix.getpid()
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: type object 'posix' has no attribute 'getpid'
>>> quit()
History
Date User Action Args
2015-10-07 19:12:35mishikal@yahoo.comsetmessageid: <1444245155.24.0.54358962239.issue2405@psf.upfronthosting.co.za>
2015-10-07 19:12:35mishikal@yahoo.comsetrecipients: + mishikal@yahoo.com, zyasoft, darjus
2015-10-07 19:12:35mishikal@yahoo.comlinkissue2405 messages
2015-10-07 19:12:35mishikal@yahoo.comcreate