[Python-checkins] cpython (3.5): Python for .NET has moved to Github.

zach.ware python-checkins at python.org
Wed Feb 3 23:09:07 EST 2016


https://hg.python.org/cpython/rev/78f32effc87a
changeset:   100152:78f32effc87a
branch:      3.5
parent:      100150:e4eb2a8fdb7c
user:        Zachary Ware <zachary.ware at 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
@@ -60,7 +60,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


More information about the Python-checkins mailing list