We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bce224e commit cafff88Copy full SHA for cafff88
1 file changed
docs/starting/which-python.rst
@@ -70,7 +70,7 @@ If you are looking to squeeze more performance out of your Python code, it's
70
worth giving PyPy a try. On a suite of benchmarks, it's current `over 5 times
71
faster than CPython <http://speed.pypy.org/>`_.
72
73
-Currently PyPy supports Python 2.7.
+Currently PyPy supports Python 2.7. [#pypy_ver]_
74
75
Jython
76
------
@@ -83,7 +83,7 @@ module.
83
If you need to interface with an existing Java codebase or have other reasons to
84
need to write Python code for the JVM, Jython is the best choice.
85
86
-Currently Jython supports up to Python 2.5.
+Currently Jython supports up to Python 2.5. [#jython_ver]_
87
88
IronPython
89
----------
@@ -96,4 +96,10 @@ expose Python code to other .NET languages.
96
IronPython directly in to the Visual Studio development environment, making it
97
an ideal choice for Windows developers.
98
99
-IronPython supports Python 2.7.
+IronPython supports Python 2.7. [#iron_ver]_
100
+
101
+.. [#pypy_ver] http://pypy.org/compat.html
102
103
+.. [#jython_ver] http://wiki.python.org/jython/JythonFaq/GeneralInfo#Is_Jython_the_same_language_as_Python.3F
104
105
+.. [#iron_ver] http://ironpython.codeplex.com/releases/view/54498
0 commit comments