Skip to content

Commit 45bc61b

Browse files
authored
bpo-37149: Replace dead link for online Tkinter reference (GH-14616)
Also fix a name misspelling.
1 parent 39a5d17 commit 45bc61b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Doc/library/tkinter.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ installed, so you can read the Tcl/Tk documentation specific to that version.
3131
`TKDocs <http://www.tkdocs.com/>`_
3232
Extensive tutorial plus friendlier widget pages for some of the widgets.
3333

34-
`Tkinter reference: a GUI for Python <https://infohost.nmt.edu/tcc/help/pubs/tkinter/web/index.html>`_
34+
`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>`_
3535
On-line reference material.
3636

3737
`Tkinter docs from effbot <http://effbot.org/tkinterbook/>`_
@@ -41,7 +41,7 @@ installed, so you can read the Tcl/Tk documentation specific to that version.
4141
Book by Mark Lutz, has excellent coverage of Tkinter.
4242

4343
`Modern Tkinter for Busy Python Developers <https://www.amazon.com/Modern-Tkinter-Python-Developers-ebook/dp/B0071QDNLO/>`_
44-
Book by Mark Rozerman about building attractive and modern graphical user interfaces with Python and Tkinter.
44+
Book by Mark Roseman about building attractive and modern graphical user interfaces with Python and Tkinter.
4545

4646
`Python and Tkinter Programming <https://www.manning.com/books/python-and-tkinter-programming>`_
4747
Book by John Grayson (ISBN 1-884777-81-3).
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Replace the dead link to the Tkinter 8.5 reference by John Shipman, New
2+
Mexico Tech, with a link to the archive.org copy.

0 commit comments

Comments
 (0)