summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2020-09-10 20:19:29 (GMT)
committerGitHub <noreply@github.com>2020-09-10 20:19:29 (GMT)
commit1b4bdb4cd71df6339da3f247516e0c642f40c37e (patch)
tree30117c43c4a546d0d0088e1fc96c3cd8ded6e8ec
parentb86e62644fb394402850fbc16ca0b8b3638b8378 (diff)
downloadcpython-1b4bdb4cd71df6339da3f247516e0c642f40c37e.zip
cpython-1b4bdb4cd71df6339da3f247516e0c642f40c37e.tar.gz
cpython-1b4bdb4cd71df6339da3f247516e0c642f40c37e.tar.bz2
bpo-37149: Change Shipman tkinter link from archive.org to TkDocs (GH-22188)
The new link responds much faster and begins with a short explanation of the status of the doc. (cherry picked from commit 06d0b8b67e8aebd8fe4c34e97d6915c11f4afa30) Co-authored-by: Mark Roseman <mark@markroseman.com>
-rw-r--r--Doc/library/tkinter.rst2
-rw-r--r--Misc/NEWS.d/next/Documentation/2020-09-10-07-48-02.bpo-37149.VD0rCv.rst1
2 files changed, 2 insertions, 1 deletions
diff --git a/Doc/library/tkinter.rst b/Doc/library/tkinter.rst
index 9f95425..7739f2f 100644
--- a/Doc/library/tkinter.rst
+++ b/Doc/library/tkinter.rst
@@ -31,7 +31,7 @@ installed, so you can read the Tcl/Tk documentation specific to that version.
`TKDocs <http://www.tkdocs.com/>`_
Extensive tutorial plus friendlier widget pages for some of the widgets.
- `Tkinter 8.5 reference: a GUI for Python <https://web.archive.org/web/20190524140835/https://infohost.nmt.edu/tcc/help/pubs/tkinter/web/index.html>`_
+ `Tkinter 8.5 reference: a GUI for Python <https://www.tkdocs.com/shipman/>`_
On-line reference material.
`Tkinter docs from effbot <http://effbot.org/tkinterbook/>`_
diff --git a/Misc/NEWS.d/next/Documentation/2020-09-10-07-48-02.bpo-37149.VD0rCv.rst b/Misc/NEWS.d/next/Documentation/2020-09-10-07-48-02.bpo-37149.VD0rCv.rst
new file mode 100644
index 0000000..aeca652
--- /dev/null
+++ b/Misc/NEWS.d/next/Documentation/2020-09-10-07-48-02.bpo-37149.VD0rCv.rst
@@ -0,0 +1 @@
+Change Shipman tkinter doc link from archive.org to TkDocs. (The doc has been removed from the NMT server.) The new link responds much faster and includes a short explanatory note.