[Python-checkins] cpython (merge 3.5 -> default): Issue #27174: Merge from 3.5

berker.peksag python-checkins at python.org
Wed Jun 1 12:42:49 EDT 2016


https://hg.python.org/cpython/rev/87d76611470c
changeset:   101587:87d76611470c
parent:      101585:8041366187dd
parent:      101586:92fd6935e882
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Wed Jun 01 09:53:05 2016 -0700
summary:
  Issue #27174: Merge from 3.5

files:
  Doc/tutorial/interactive.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/tutorial/interactive.rst b/Doc/tutorial/interactive.rst
--- a/Doc/tutorial/interactive.rst
+++ b/Doc/tutorial/interactive.rst
@@ -50,5 +50,5 @@
 
 
 .. _GNU Readline: https://tiswww.case.edu/php/chet/readline/rltop.html
-.. _IPython: http://ipython.scipy.org/
+.. _IPython: https://ipython.org/
 .. _bpython: http://www.bpython-interpreter.org/

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list