Jython support
See original GitHub issueComing from https://github.com/pypa/pip/pull/10202, where we noticed that there’s no analogue to appdirs.system
– which seems to exist primarily for Jython support.
It might be worthwhile to exploring what to do here.
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Jython 3 Features and MVP
is a modern version of Python, close to standard in its features. · runs on a Java platform that is supported in the...
Read more >When will Jython support Python 3? - Stack Overflow
No change in Jython 3 repository since 18 July 2017 so it doesn't look good. But Jython 2 is still active, there's a...
Read more >PYTHON : When will Jython support Python 3? - YouTube
PYTHON : When will Jython support Python 3? [ Gift : Animated Search Engine : https://www.hows.tech/p/recommended.html ] PYTHON : When will ...
Read more >Chapter 11: Using Jython in an IDE
The Netbeans IDE also provides rich support for development and maintenance of Python and Jython applications. Please note that in this chapter we...
Read more >Python 3.7+ Support · Issue #95 · jython/jython - GitHub
Hi, Are there plans to support Python 3.7+?
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Considering the very low adoption of jython and endless bugs it provides I’d rather not add it to the CI and just validate with a simple unit test support for it 👍
This may be slightly tedious since
actions/setup-python
doesn’t know how to install Jython (https://github.com/actions/setup-python/issues/39) but we can probably give it a shot the old fashioned way.