File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -137,19 +137,21 @@ installation with the .NET Common Language Runtime (CLR). This is the
137
137
inverse approach to that taken by IronPython (see above), to which it
138
138
is more complementary than competing with.
139
139
140
- In conjunction with Mono, PythonNet enables native Python
140
+ In conjunction with Mono, pythonnet enables native Python
141
141
installations on non-Windows operating systems, such as OS X and
142
142
Linux, to operate within the .NET framework. It can be run in
143
143
addition to IronPython without conflict.
144
144
145
- PythonNet supports from Python 2.3 up to Python 2.7 . [#pythonnet_ver ]_
145
+ Pythonnet supports from Python 2.6 up to Python 3.5 . [#pythonnet_ver1 ]_ [ #pythonnet_ver2 ]_
146
146
147
147
.. [#pypy_ver ] http://pypy.org/compat.html
148
148
149
149
.. [#jython_ver ] https://hg.python.org/jython/file/412a8f9445f7/NEWS
150
150
151
151
.. [#iron_ver ] http://ironpython.codeplex.com/releases/view/81726
152
152
153
- .. [#pythonnet_ver ] http://pythonnet.github.io/readme.html
153
+ .. [#pythonnet_ver1 ] https://travis-ci.org/pythonnet/pythonnet
154
+
155
+ .. [#pythonnet_ver2 ] https://ci.appveyor.com/project/TonyRoberts/pythonnet-480xs
154
156
155
157
.. [#pep373_eol ] https://www.python.org/dev/peps/pep-0373/#id2
You can’t perform that action at this time.
0 commit comments