summaryrefslogtreecommitdiffstats
path: root/Doc/library/tkinter.rst
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2015-03-07 14:34:16 (GMT)
committerBenjamin Peterson <benjamin@python.org>2015-03-07 14:34:16 (GMT)
commit8c69ecf95dad39aa55af293da75148a551c0e369 (patch)
tree21f0909309a59db5a1e4407bab0337b3c6d67ae8 /Doc/library/tkinter.rst
parentf8904e99c754f4cbded0ac3cf32a9ca4a6043af9 (diff)
downloadcpython-8c69ecf95dad39aa55af293da75148a551c0e369.zip
cpython-8c69ecf95dad39aa55af293da75148a551c0e369.tar.gz
cpython-8c69ecf95dad39aa55af293da75148a551c0e369.tar.bz2
replace Amazon links in the documentation (closes #23579)
Patch by Sayan Chowdhury.
Diffstat (limited to 'Doc/library/tkinter.rst')
-rw-r--r--Doc/library/tkinter.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/library/tkinter.rst b/Doc/library/tkinter.rst
index 40e97bf..3b6c681 100644
--- a/Doc/library/tkinter.rst
+++ b/Doc/library/tkinter.rst
@@ -31,13 +31,13 @@ this should open a window demonstrating a simple Tk interface.
`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/>`_
+ `Programming Python <http://www.rmi.net/~lutz/about-pp4e.html>`_
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.
- `Python and Tkinter Programming <http://www.amazon.com/exec/obidos/ASIN/1884777813>`_
+ `Python and Tkinter Programming <http://www.manning.com/grayson/>`_
The book by John Grayson (ISBN 1-884777-81-3).
@@ -182,7 +182,7 @@ documentation that exists. Here are some hints:
`Tcl and the Tk Toolkit <http://www.amazon.com/exec/obidos/ASIN/020163337X>`_
The book by John Ousterhout, the inventor of Tcl.
- `Practical Programming in Tcl and Tk <http://www.amazon.com/exec/obidos/ASIN/0130220280>`_
+ `Practical Programming in Tcl and Tk <http://www.beedub.com/book/>`_
Brent Welch's encyclopedic book.