diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2019-07-06 06:31:54 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-06 06:31:54 (GMT) |
commit | 45bc61b97178b27ae05bd3eb95481bf0325795bb (patch) | |
tree | 9814a7a731039007b860995e90393966d8fc2715 /Misc | |
parent | 39a5d17a7f1387582eb484422df450bc09a5543e (diff) | |
download | cpython-45bc61b97178b27ae05bd3eb95481bf0325795bb.zip cpython-45bc61b97178b27ae05bd3eb95481bf0325795bb.tar.gz cpython-45bc61b97178b27ae05bd3eb95481bf0325795bb.tar.bz2 |
bpo-37149: Replace dead link for online Tkinter reference (GH-14616)
Also fix a name misspelling.
Diffstat (limited to 'Misc')
-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. |