Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 70fc29e

Browse files
author
denfromufa
authored
Update index.html
1 parent 8d7b66d commit 70fc29e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,13 +114,13 @@ <h1>Python for .NET</h1>
114114
<p> Note that this package does <em>not</em> implement Python as a
115115
first-class CLR language - it does not produce managed code (IL)
116116
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
118118
CLR services and continue to use existing Python code and C-based
119119
extensions while maintaining native execution speeds for Python
120120
code. If you are interested in a pure managed-code implementation
121121
of the Python language, you should check out the <a href="http://www.ironpython.com">IronPython</a>
122122
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.
124124
To subscribe to the <a href="http://mail.python.org/mailman/listinfo/pythondotnet">
125125
Python for .NET mailing list </a> or read the <a href="http://mail.python.org/pipermail/pythondotnet/">
126126
online archives </a> of the list, see the <a href="http://mail.python.org/mailman/listinfo/pythondotnet">

0 commit comments

Comments
 (0)