Skip to content

Commit cafff88

Browse files
committed
Added footnotes.
1 parent bce224e commit cafff88

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

docs/starting/which-python.rst

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ If you are looking to squeeze more performance out of your Python code, it's
7070
worth giving PyPy a try. On a suite of benchmarks, it's current `over 5 times
7171
faster than CPython <http://speed.pypy.org/>`_.
7272

73-
Currently PyPy supports Python 2.7.
73+
Currently PyPy supports Python 2.7. [#pypy_ver]_
7474

7575
Jython
7676
------
@@ -83,7 +83,7 @@ module.
8383
If you need to interface with an existing Java codebase or have other reasons to
8484
need to write Python code for the JVM, Jython is the best choice.
8585

86-
Currently Jython supports up to Python 2.5.
86+
Currently Jython supports up to Python 2.5. [#jython_ver]_
8787

8888
IronPython
8989
----------
@@ -96,4 +96,10 @@ expose Python code to other .NET languages.
9696
IronPython directly in to the Visual Studio development environment, making it
9797
an ideal choice for Windows developers.
9898

99-
IronPython supports Python 2.7.
99+
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

Comments
 (0)