File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -114,13 +114,13 @@ <h1>Python for .NET</h1>
114
114
< p > Note that this package does < em > not</ em > implement Python as a
115
115
first-class CLR language - it does not produce managed code (IL)
116
116
from Python code. Rather, it is an integration of the CPython
117
- engine with the .NET or Mono runtime. This approach allows you to use use
117
+ engine with the .NET or Mono runtime. This approach allows you to use
118
118
CLR services and continue to use existing Python code and C-based
119
119
extensions while maintaining native execution speeds for Python
120
120
code. If you are interested in a pure managed-code implementation
121
121
of the Python language, you should check out the < a href ="http://www.ironpython.com "> IronPython</ a >
122
122
project, which is in active development. </ p >
123
- < p > Python for .NET is currently compatible with Python releases 2.7, 3.3, 3.4, and 3.5 .
123
+ < p > Python for .NET is currently compatible with Python releases 2.7, 3.3, 3.4, 3.5 and 3.6 .
124
124
To subscribe to the < a href ="http://mail.python.org/mailman/listinfo/pythondotnet ">
125
125
Python for .NET mailing list </ a > or read the < a href ="http://mail.python.org/pipermail/pythondotnet/ ">
126
126
online archives </ a > of the list, see the < a href ="http://mail.python.org/mailman/listinfo/pythondotnet ">
You can’t perform that action at this time.
0 commit comments