This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Make python-mode.el use jython
Type: Stage:
Components: None Versions:
process
Status: closed Resolution: duplicate
Dependencies: Superseder:
Assigned To: Nosy List: kevinbutler, loewis
Priority: normal Keywords: patch

Created on 2002-06-27 19:37 by kevinbutler, last changed 2022-04-10 16:05 by admin. This issue is now closed.

Messages (2)
msg40435 - (view) Author: Kevin J. Butler (kevinbutler) Date: 2002-06-27 19:37
I believe it is time to default to using the "jython"
interpreter rather than the "jpython" interpreter.

This patch does this in a minimal way, rather than
changing all 'jpython' references to 'jython', it just
changes the default interpreter command to jython and
notes the two names.

(I still prefer the 'JPython' name...)
msg40436 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2002-07-28 15:54
Logged In: YES 
user_id=21627

Duplicate of 574750.
History
Date User Action Args
2022-04-10 16:05:27adminsetgithub: 36814
2002-06-27 19:37:02kevinbutlercreate