From 6af3912ce696ae2e3e3d6debd77a9fe5e08aa2c7 Mon Sep 17 00:00:00 2001 From: vienno Date: Wed, 13 May 2015 19:09:10 +0200 Subject: [PATCH] jython version now 2.7 --- docs/starting/which-python.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/starting/which-python.rst b/docs/starting/which-python.rst index 0be0216..2b633b8 100644 --- a/docs/starting/which-python.rst +++ b/docs/starting/which-python.rst @@ -113,7 +113,7 @@ module. If you need to interface with an existing Java codebase or have other reasons to need to write Python code for the JVM, Jython is the best choice. -Jython currently supports up to Python 2.5. [#jython_ver]_ +Jython currently supports up to Python 2.7. [#jython_ver]_ IronPython ---------- @@ -146,7 +146,7 @@ PythonNet supports from Python 2.3 up to Python 2.7. [#pythonnet_ver]_ .. [#pypy_ver] http://pypy.org/compat.html -.. [#jython_ver] http://wiki.python.org/jython/JythonFaq/GeneralInfo#Is_Jython_the_same_language_as_Python.3F +.. [#jython_ver] https://hg.python.org/jython/file/412a8f9445f7/NEWS .. [#iron_ver] http://ironpython.codeplex.com/releases/view/81726