Message12111

Author jeff.allen
Recipients Tig, jeff.allen, stefan.richthofer
Date 2018-09-20.05:51:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1537422689.93.0.956365154283.issue2704@psf.upfronthosting.co.za>
In-reply-to
Content
That's a very old Jython.

The yield keyword in Python 2.2 was a __future__ feature. (https://docs.python.org/2.2/ref/yield.html)

I've seen documentation somewhere on wlst that led me to believe 2.7.0 is supplied. Is your argparse.py maybe coming from a 2.7 library? Leading to the hope that there's a 2.7 implementation around?
History
Date User Action Args
2018-09-20 05:51:29jeff.allensetmessageid: <1537422689.93.0.956365154283.issue2704@psf.upfronthosting.co.za>
2018-09-20 05:51:29jeff.allensetrecipients: + jeff.allen, stefan.richthofer, Tig
2018-09-20 05:51:29jeff.allenlinkissue2704 messages
2018-09-20 05:51:29jeff.allencreate