[Python-checkins] cpython (merge 3.5 -> default): Merge with 3.5

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


https://hg.python.org/cpython/rev/5c19bdf5ba3f
changeset:   100153:5c19bdf5ba3f
parent:      100151:5873cfb42ebe
parent:      100152:78f32effc87a
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Wed Feb 03 22:07:08 2016 -0600
summary:
  Merge with 3.5

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