cpython (2.7): Python for .NET has moved to Github.
https://hg.python.org/cpython/rev/c8e43e55f2ce changeset: 100154:c8e43e55f2ce branch: 2.7 parent: 100149:628ce2975e29 user: Zachary Ware <zachary.ware@gmail.com> date: Wed Feb 03 22:05:46 2016 -0600 summary: Python for .NET has moved to Github. Reported by Denis Akhiyarov on docs@ files: Doc/reference/introduction.rst | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Doc/reference/introduction.rst b/Doc/reference/introduction.rst --- a/Doc/reference/introduction.rst +++ b/Doc/reference/introduction.rst @@ -59,7 +59,7 @@ This implementation actually uses the CPython implementation, but is a managed .NET application and makes .NET libraries available. It was created by Brian Lloyd. For more information, see the `Python for .NET home page - <http://pythonnet.sourceforge.net>`_. + <https://pythonnet.github.io/>`_. IronPython An alternate Python for .NET. Unlike Python.NET, this is a complete Python -- Repository URL: https://hg.python.org/cpython
participants (1)
-
zach.ware