cpython (3.2): use diveintopython.net now that DIP.org returns 410; thanks to Josh Gachnang

http://hg.python.org/cpython/rev/9263ebeebdbd changeset: 73254:9263ebeebdbd branch: 3.2 parent: 73251:7a2877d12d52 user: Sandro Tosi <sandro.tosi@gmail.com> date: Mon Oct 31 17:46:04 2011 +0100 summary: use diveintopython.net now that DIP.org returns 410; thanks to Josh Gachnang from docs@ files: Doc/using/windows.rst | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst --- a/Doc/using/windows.rst +++ b/Doc/using/windows.rst @@ -45,9 +45,9 @@ "7 Minutes to "Hello World!"" by Richard Dooling, 2006 - `Installing on Windows <http://diveintopython.org/installing_python/windows.html>`_ + `Installing on Windows <http://diveintopython.net/installing_python/windows.html>`_ in "`Dive into Python: Python from novice to pro - <http://diveintopython.org/index.html>`_" + <http://diveintopython.net/index.html>`_" by Mark Pilgrim, 2004, ISBN 1-59059-356-1 -- Repository URL: http://hg.python.org/cpython
participants (1)
-
sandro.tosi