Message11712

Author jeff.allen
Recipients amylin, amylin1, jeff.allen, zyasoft
Date 2018-02-25.16:02:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1519574535.74.0.467229070634.issue2497@psf.upfronthosting.co.za>
In-reply-to
Content
I think Jim means like this:

PS issue2497> jython
Jython 2.7.0 (default:9987c746f838, Apr 29 2015, 02:25:11)
[Java HotSpot(TM) 64-Bit Server VM (Oracle Corporation)] on java1.8.0_151
Type "help", "copyright", "credits" or "license" for more information.
>>> import __builtin__
>>> __builtin__.Help
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: 'module' object has no attribute 'Help'
>>> __builtin__.Help = "No!"
>>> __builtin__.Help
'No!'

Does that resolve it?
History
Date User Action Args
2018-02-25 16:02:15jeff.allensetmessageid: <1519574535.74.0.467229070634.issue2497@psf.upfronthosting.co.za>
2018-02-25 16:02:15jeff.allensetrecipients: + jeff.allen, zyasoft, amylin, amylin1
2018-02-25 16:02:15jeff.allenlinkissue2497 messages
2018-02-25 16:02:15jeff.allencreate