diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-05-07 07:50:12 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-05-07 07:50:12 (GMT) |
commit | b4905efe23c3e158a3c494d40988ce6de6bde3cd (patch) | |
tree | 4852accb1338a558cfbb567a71e5679a4e043d3e /Doc/whatsnew/2.3.rst | |
parent | c145da0751df5cdbddb5285824e6163b2562a883 (diff) | |
download | cpython-b4905efe23c3e158a3c494d40988ce6de6bde3cd.zip cpython-b4905efe23c3e158a3c494d40988ce6de6bde3cd.tar.gz cpython-b4905efe23c3e158a3c494d40988ce6de6bde3cd.tar.bz2 |
Issue #26736: Used HTTPS for external links in the documentation if possible.
Diffstat (limited to 'Doc/whatsnew/2.3.rst')
-rw-r--r-- | Doc/whatsnew/2.3.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/whatsnew/2.3.rst b/Doc/whatsnew/2.3.rst index f9c4547..bcf1b61 100644 --- a/Doc/whatsnew/2.3.rst +++ b/Doc/whatsnew/2.3.rst @@ -218,10 +218,10 @@ queen threatens another) and the Knight's Tour (a route that takes a knight to every square of an $NxN$ chessboard without visiting any square twice). The idea of generators comes from other programming languages, especially Icon -(http://www.cs.arizona.edu/icon/), where the idea of generators is central. In +(https://www.cs.arizona.edu/icon/), where the idea of generators is central. In Icon, every expression and function call behaves like a generator. One example from "An Overview of the Icon Programming Language" at -http://www.cs.arizona.edu/icon/docs/ipd266.htm gives an idea of what this looks +https://www.cs.arizona.edu/icon/docs/ipd266.htm gives an idea of what this looks like:: sentence := "Store it in the neighboring harbor" |