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
15fc2201
Commit
15fc2201
authored
Jul 26, 2012
by
Andrew Svetlov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue #15041: Update "see also" list in tkinter documentation.
parent
b37f14c7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
3 deletions
+20
-3
Doc/library/tkinter.rst
Doc/library/tkinter.rst
+18
-3
Misc/NEWS
Misc/NEWS
+2
-0
No files found.
Doc/library/tkinter.rst
View file @
15fc2201
...
@@ -23,12 +23,27 @@ is maintained at ActiveState.)
...
@@ -23,12 +23,27 @@ is maintained at ActiveState.)
The Python Tkinter Topic Guide provides a great deal of information on using Tk
The Python Tkinter Topic Guide provides a great deal of information on using Tk
from Python and links to other sources of information on Tk.
from Python and links to other sources of information on Tk.
`
An Introduction to Tkinter <http://www.pythonware.com/library/an-introduction-to-tkinter.htm
>`_
`
TKDocs <http://www.tkdocs.com/
>`_
Fredrik Lundh's on-line reference material
.
Extensive tutorial plus friendlier widget pages for some of the widgets
.
`Tkinter reference: a GUI for Python <http://infohost.nmt.edu/tcc/help/pubs/
lang.html
>`_
`Tkinter reference: a GUI for Python <http://infohost.nmt.edu/tcc/help/pubs/
tkinter/
>`_
On-line reference material.
On-line reference material.
`Tkinter docs from effbot <http://effbot.org/tkinterbook/>`_
Online reference for tkinter supported by effbot.org.
`Tcl/Tk manual <http://www.tcl.tk/man/tcl8.5/>`_
Official manual for the latest tcl/tk version.
`Programming Python <http://www.amazon.com/Programming-Python-Mark-Lutz/dp/0596158106/>`_
Book by Mark Lutz, has excellent coverage of Tkinter.
`Modern Tkinter for Busy Python Developers <http://www.amazon.com/Modern-Tkinter-Python-Developers-ebook/dp/B0071QDNLO/>`_
Book by Mark Rozerman about building attractive and modern graphical user interfaces with Python and Tkinter.
`An Introduction to Tkinter <http://www.pythonware.com/library/an-introduction-to-tkinter.htm>`_
Fredrik Lundh's on-line reference material.
`Python and Tkinter Programming <http://www.amazon.com/exec/obidos/ASIN/1884777813>`_
`Python and Tkinter Programming <http://www.amazon.com/exec/obidos/ASIN/1884777813>`_
The book by John Grayson (ISBN 1-884777-81-3).
The book by John Grayson (ISBN 1-884777-81-3).
...
...
Misc/NEWS
View file @
15fc2201
...
@@ -9,6 +9,8 @@ What's New in Python 2.7.4
...
@@ -9,6 +9,8 @@ What's New in Python 2.7.4
Core and Builtins
Core and Builtins
-----------------
-----------------
- Issue #15041: Update "see also" list in tkinter documentation.
- Issue #14579: Fix error handling bug in the utf-16 decoder. Patch by
- Issue #14579: Fix error handling bug in the utf-16 decoder. Patch by
Serhiy Storchaka.
Serhiy Storchaka.
...
...
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