diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2019-07-06 06:38:30 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-06 06:38:30 (GMT) |
commit | ea9c8caa13977561787bf2de430f18c2031dde0d (patch) | |
tree | c594aa922ae500387d17eca504ca9e4b421be7fe /Misc/NEWS.d/next | |
parent | cf294c48e4f97117f708c116362208d28ebfe08f (diff) | |
download | cpython-ea9c8caa13977561787bf2de430f18c2031dde0d.zip cpython-ea9c8caa13977561787bf2de430f18c2031dde0d.tar.gz cpython-ea9c8caa13977561787bf2de430f18c2031dde0d.tar.bz2 |
bpo-37149: Replace dead link for online Tkinter reference (GH-14616)
Also fix a name misspelling.
(cherry picked from commit 45bc61b97178b27ae05bd3eb95481bf0325795bb)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2019-07-06-02-19-02.bpo-37149.NumHn3.rst | 2 |
1 files changed, 2 insertions, 0 deletions
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 0000000..f9b88dc --- /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. |