From 7342d33e4474d95f03399e81beb78832341cf8ba Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Sat, 6 Jul 2019 02:03:14 -0400 Subject: [PATCH 1/2] bpo-37149: Replace dead link for online Tkinter reference --- Doc/library/tkinter.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/tkinter.rst b/Doc/library/tkinter.rst index 640fb2ec61d359..e1fc051d9597c6 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 `_ Extensive tutorial plus friendlier widget pages for some of the widgets. - `Tkinter reference: a GUI for Python `_ + `Tkinter 8.5 reference: a GUI for Python `_ On-line reference material. `Tkinter docs from effbot `_ @@ -41,7 +41,7 @@ installed, so you can read the Tcl/Tk documentation specific to that version. Book by Mark Lutz, has excellent coverage of Tkinter. `Modern Tkinter for Busy Python Developers `_ - Book by Mark Rozerman about building attractive and modern graphical user interfaces with Python and Tkinter. + Book by Mark Roseman about building attractive and modern graphical user interfaces with Python and Tkinter. `Python and Tkinter Programming `_ Book by John Grayson (ISBN 1-884777-81-3). From 7f60b4feb6bef728981c73222dcb1fe01f1d2e95 Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Sat, 6 Jul 2019 02:20:37 -0400 Subject: [PATCH 2/2] blurb --- .../next/Documentation/2019-07-06-02-19-02.bpo-37149.NumHn3.rst | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Misc/NEWS.d/next/Documentation/2019-07-06-02-19-02.bpo-37149.NumHn3.rst diff --git a/Misc/NEWS.d/next/Documentation/2019-07-06-02-19-02.bpo-37149.NumHn3.rst b/Misc/NEWS.d/next/Documentation/2019-07-06-02-19-02.bpo-37149.NumHn3.rst new file mode 100644 index 00000000000000..f9b88dc0bfe0d2 --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2019-07-06-02-19-02.bpo-37149.NumHn3.rst @@ -0,0 +1,2 @@ +Replace the dead link to the Tkinter 8.5 reference by John Shipman, New +Mexico Tech, with a link to the archive.org copy.