Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e708a8a

Browse files
committed
Issue #15041: update "see also" list in tkinter documentation.
1 parent 09f2e6f commit e708a8a

2 files changed

Lines changed: 20 additions & 3 deletions

File tree

Doc/library/tkinter.rst

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,27 @@ this should open a window demonstrating a simple Tk interface.
1919
The Python Tkinter Topic Guide provides a great deal of information on using Tk
2020
from Python and links to other sources of information on Tk.
2121

22-
`An Introduction to Tkinter <http://www.pythonware.com/library/an-introduction-to-tkinter.htm>`_
23-
Fredrik Lundh's on-line reference material.
22+
`TKDocs <http://www.tkdocs.com/>`_
23+
Extensive tutorial plus friendlier widget pages for some of the widgets.
2424

25-
`Tkinter reference: a GUI for Python <http://infohost.nmt.edu/tcc/help/pubs/lang.html>`_
25+
`Tkinter reference: a GUI for Python <http://infohost.nmt.edu/tcc/help/pubs/tkinter/>`_
2626
On-line reference material.
2727

28+
`Tkinter docs from effbot <http://effbot.org/tkinterbook/>`_
29+
Online reference for tkinter supported by effbot.org.
30+
31+
`Tcl/Tk manual <http://www.tcl.tk/man/tcl8.5/>`_
32+
Official manual for the latest tcl/tk version.
33+
34+
`Programming Python <http://www.amazon.com/Programming-Python-Mark-Lutz/dp/0596158106/>`_
35+
Book by Mark Lutz, has excellent coverage of Tkinter.
36+
37+
`Modern Tkinter for Busy Python Developers <http://www.amazon.com/Modern-Tkinter-Python-Developers-ebook/dp/B0071QDNLO/>`_
38+
Book by Mark Rozerman about building attractive and modern graphical user interfaces with Python and Tkinter.
39+
40+
`An Introduction to Tkinter <http://www.pythonware.com/library/an-introduction-to-tkinter.htm>`_
41+
Fredrik Lundh's on-line reference material.
42+
2843
`Python and Tkinter Programming <http://www.amazon.com/exec/obidos/ASIN/1884777813>`_
2944
The book by John Grayson (ISBN 1-884777-81-3).
3045

Misc/NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ Core and Builtins
9898
Library
9999
-------
100100

101+
- Issue #15041: update "see also" list in tkinter documentation.
102+
101103
- Issue #15402: An issue in the struct module that caused sys.getsizeof to
102104
return incorrect results for struct.Struct instances has been fixed.
103105
Initial patch by Serhiy Storchaka.

0 commit comments

Comments
 (0)