Message10636

Author zyasoft
Recipients eaaltonen, pekka.klarck, zyasoft
Date 2016-01-12.01:31:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452562278.42.0.259388930404.issue2276@psf.upfronthosting.co.za>
In-reply-to
Content
Fixed as of https://hg.python.org/jython/rev/e14b67be0bad, per eaaltonen's recommendation to stick to how we document on other underlying OS. It's cross platform! :)

C:\Users\Jim>c:\jython2.7.1-ctrld\bin\jython
Jython 2.7.1b2 (default:e5d62908c495+, Jan 11 2016, 18:21:27)
[Java HotSpot(TM) 64-Bit Server VM (Oracle Corporation)] on java1.7.0_55
Type "help", "copyright", "credits" or "license" for more information.
>>> exit
Use exit() or Ctrl-D (i.e. EOF) to exit
>>>

At which point I used Ctrl-D to exit.

We can look at Ctrl-Z support at some point, but we use JLine 2 with the capabilities it provides, or not.
History
Date User Action Args
2016-01-12 01:31:18zyasoftsetmessageid: <1452562278.42.0.259388930404.issue2276@psf.upfronthosting.co.za>
2016-01-12 01:31:18zyasoftsetrecipients: + zyasoft, pekka.klarck, eaaltonen
2016-01-12 01:31:18zyasoftlinkissue2276 messages
2016-01-12 01:31:16zyasoftcreate