Message9254

Author shishir
Recipients shishir, zyasoft
Date 2014-12-18.16:55:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1418921733.2.0.771761667199.issue2238@psf.upfronthosting.co.za>
In-reply-to
Content
Hi,

Thanks for replying, below is the output you had asked.

# sh jython.sh
Jython 2.7b3 (default:e81256215fb0, Aug 4 2014, 02:39:51)
[Java HotSpot(TM) Server VM (Hewlett-Packard Company)] on java1.7.0.09
Type "help", "copyright", "credits" or "license" for more information.
>>> import os
>>> print os._name
posix
>>> import sys
>>> sys.builtin_module_names
('sys', 'imp', 'gc', 'jffi', '_sre', '_threading', 'posix', '_csv', 'exceptions', 'time', '_py_compile', 'zipimport', 'struct', '_functools', 'thread', 'bz2', 'ucnhash', 'synchronize', 'binascii', '_codecs', '_random', '_systemrestart', 'cmath', '_marshal', 'cStringIO', '_io', '_ast', 'operator', 'jarray', 'math', '_collections', 'errno', '_hashlib', '__builtin__', '_weakref', 'itertools', 'cPickle', 'array')
>>>
History
Date User Action Args
2014-12-18 16:55:33shishirsetmessageid: <1418921733.2.0.771761667199.issue2238@psf.upfronthosting.co.za>
2014-12-18 16:55:33shishirsetrecipients: + shishir, zyasoft
2014-12-18 16:55:33shishirlinkissue2238 messages
2014-12-18 16:55:33shishircreate