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

Skip to content

Commit 8c69ecf

Browse files
committed
replace Amazon links in the documentation (closes #23579)
Patch by Sayan Chowdhury.
1 parent f8904e9 commit 8c69ecf

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Doc/library/othergui.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ available for Python:
5050
low-level device context drawing, drag and drop, system clipboard access,
5151
an XML-based resource format and more, including an ever growing library
5252
of user-contributed modules. wxPython has a book, `wxPython in Action
53-
<http://www.amazon.com/exec/obidos/ASIN/1932394621>`_, by Noel Rappin and
53+
<http://www.manning.com/rappin/>`_, by Noel Rappin and
5454
Robin Dunn.
5555

5656
PyGTK, PyQt, and wxPython, all have a modern look and feel and more

Doc/library/tkinter.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ this should open a window demonstrating a simple Tk interface.
3131
`Tcl/Tk manual <http://www.tcl.tk/man/tcl8.5/>`_
3232
Official manual for the latest tcl/tk version.
3333

34-
`Programming Python <http://www.amazon.com/Programming-Python-Mark-Lutz/dp/0596158106/>`_
34+
`Programming Python <http://www.rmi.net/~lutz/about-pp4e.html>`_
3535
Book by Mark Lutz, has excellent coverage of Tkinter.
3636

3737
`Modern Tkinter for Busy Python Developers <http://www.amazon.com/Modern-Tkinter-Python-Developers-ebook/dp/B0071QDNLO/>`_
3838
Book by Mark Rozerman about building attractive and modern graphical user interfaces with Python and Tkinter.
3939

40-
`Python and Tkinter Programming <http://www.amazon.com/exec/obidos/ASIN/1884777813>`_
40+
`Python and Tkinter Programming <http://www.manning.com/grayson/>`_
4141
The book by John Grayson (ISBN 1-884777-81-3).
4242

4343

@@ -182,7 +182,7 @@ documentation that exists. Here are some hints:
182182
`Tcl and the Tk Toolkit <http://www.amazon.com/exec/obidos/ASIN/020163337X>`_
183183
The book by John Ousterhout, the inventor of Tcl.
184184

185-
`Practical Programming in Tcl and Tk <http://www.amazon.com/exec/obidos/ASIN/0130220280>`_
185+
`Practical Programming in Tcl and Tk <http://www.beedub.com/book/>`_
186186
Brent Welch's encyclopedic book.
187187

188188

0 commit comments

Comments
 (0)