@@ -148,13 +148,11 @@ <h1>Python for .NET</h1>
148148 mailing list information </ a > page. </ p >
149149 < a name ="#installation "> </ a >
150150 < h2 > Installation</ h2 >
151- < p > Python for .NET is available as a source release and as a
152- binary wheel distribution for all supported versions of Python
153- and the common language runtime from the < a href ="http://pythonnet.github.io/ ">
154- Python for .NET website </ a > . On Windows platforms, you can
155- choose to install .NET-awareness into an existing Python
156- installation as well as install Python for .NET as a standalone
157- package.
151+ < p > Python for .NET is available as a source release on
152+ < a href ="https://github.com/pythonnet/pythonnet/releases "> GitHub </ a >
153+ and as a binary wheel distribution for all supported versions of Python
154+ and the common language runtime from the < a href ="https://pypi.python.org/pypi/pythonnet ">
155+ Python Package Index </ a > .
158156 </ p >
159157
160158 < p > The source release is a self-contained "private" assembly. Just
@@ -210,7 +208,7 @@ <h2>Importing Modules</h2>
210208 < em > Note that earlier releases of Python for .NET required you to
211209 import modules through a special top-level package named < code > CLR</ code > .
212210 This is no longer required if you are starting python from the
213- managed python .exe from this distribution.< br >
211+ managed npython .exe from this distribution.< br >
214212 < code > CLR</ code > has been deprecated in favor of the more
215213 pythonic < code > clr</ code > , though the syntax is still supported
216214 for backward compatibility.
@@ -266,8 +264,7 @@ <h2>Using Classes</h2>
266264</ pre >
267265 < a name ="generics "> </ a >
268266 < h2 > Using Generics</ h2 >
269- < p > When running under versions of the .NET runtime greater than
270- 2.0, you can use generic types. A generic type must be bound to
267+ < p > Pythonnet also supports generic types. A generic type must be bound to
271268 create a concrete type before it can be instantiated. Generic
272269 types support the subscript syntax to create bound types:
273270 </ p >
0 commit comments