python - Jython 何时支持 Python 3?

标签 python python-3.x jython

根据Jython's documentation :

Jython is an implementation of the Python language for the Java platform. Jython 2.5 implements the same language as CPython 2.5, and nearly all of the Core Python standard library modules. (CPython is the C implementation of the Python language.) Jython 2.5 uses the same regression test suite as CPython, with some minor modifications.

是否有支持 Python 3 的计划?如果有,预计什么时候发布?

最佳答案

另一个更新:August 2020 commit澄清要查看的存储库不是 Jython3除了main Jython repo .无论如何,“最新版本的 Jython 仍然是 2.7.x。应该会出现 Jython 3.x,但在撰写本文时,针对它的探索性工作还不稳定。 请查看 jython-dev 邮件列表以了解开发情况。”


更新:在最初提出问题 9 年后,现在的答案似乎不会在不久的将来Most recent commit现在已经超过两年(2017 年 7 月 18 日),并且 developers say that the 3.x branch is "resting" .


我原来的答案:

在提出问题 5 年后,答案仍然是“它会到来,但首次发布的时间框架尚不清楚”。

我们可以说现在有一个jython3 repository针对 Python 3.5。 README.md,2015 年 5 月 28 日,说:

This repo is in the very early stages of development of a release of Jython 3.5. Planned goals are language and runtime compatibility with CPython 3.5, along with continued substantial support of the Python ecosystem.

Jython FAQ page声明:

Jython 3.x development is in progress.

关于python - Jython 何时支持 Python 3?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2351008/

相关文章:

python - 计算几种条件下的 T/F 值

python - 我怎样才能同时在一个可迭代的python上有多个迭代器?

python - 如何在 Django 中验证电话号码?

Python Jython 全局变量使用

python - 内容长度被剥离

python - xpath表达式 "html/body/div/text()[1]"的结果是: [object Text].它应该是使用Selenium打印元素文本的元素错误

python - 如何在使用 subprocess.Popen 并同时隐藏 cmd 窗口时设置输出文件?

ODI 中 Java Beanshell 的 Jython 变量

python - JES/Jython 中的抖动

python - Python 中的正则表达式和 Unicode : difference between sub and findall