Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
45bc61b9
Commit
45bc61b9
authored
Jul 06, 2019
by
Terry Jan Reedy
Committed by
GitHub
Jul 06, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bpo-37149: Replace dead link for online Tkinter reference (GH-14616)
Also fix a name misspelling.
parent
39a5d17a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
Doc/library/tkinter.rst
Doc/library/tkinter.rst
+2
-2
Misc/NEWS.d/next/Documentation/2019-07-06-02-19-02.bpo-37149.NumHn3.rst
...xt/Documentation/2019-07-06-02-19-02.bpo-37149.NumHn3.rst
+2
-0
No files found.
Doc/library/tkinter.rst
View file @
45bc61b9
...
...
@@ -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
reference
:
a
GUI
for
Python
<
https
://
infohost
.
nmt
.
edu
/
tcc
/
help
/
pubs
/
tkinter
/
web
/
index
.
html
>`
_
`
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
>`
_
On
-
line
reference
material
.
`
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.
Book
by
Mark
Lutz
,
has
excellent
coverage
of
Tkinter
.
`
Modern
Tkinter
for
Busy
Python
Developers
<
https
://
www
.
amazon
.
com
/
Modern
-
Tkinter
-
Python
-
Developers
-
ebook
/
dp
/
B0071QDNLO
/>`
_
Book
by
Mark
Ro
zer
man
about
building
attractive
and
modern
graphical
user
interfaces
with
Python
and
Tkinter
.
Book
by
Mark
Ro
se
man
about
building
attractive
and
modern
graphical
user
interfaces
with
Python
and
Tkinter
.
`
Python
and
Tkinter
Programming
<
https
://
www
.
manning
.
com
/
books
/
python
-
and
-
tkinter
-
programming
>`
_
Book
by
John
Grayson
(
ISBN
1
-
884777
-
81
-
3
).
...
...
Misc/NEWS.d/next/Documentation/2019-07-06-02-19-02.bpo-37149.NumHn3.rst
0 → 100644
View file @
45bc61b9
Replace the dead link to the Tkinter 8.5 reference by John Shipman, New
Mexico Tech, with a link to the archive.org copy.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment