]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
replace Amazon links in the documentation (closes #23579)
authorBenjamin Peterson <benjamin@python.org>
Sat, 7 Mar 2015 14:34:16 +0000 (09:34 -0500)
committerBenjamin Peterson <benjamin@python.org>
Sat, 7 Mar 2015 14:34:16 +0000 (09:34 -0500)
Patch by Sayan Chowdhury.

Doc/library/othergui.rst
Doc/library/tkinter.rst

index d75ca186e6e64c65df53f60c6784401117bbbb0d..9ce9a163e5716fccf89380df4c3586d7495db0a1 100644 (file)
@@ -39,7 +39,7 @@ available for Python:
       low-level device context drawing, drag and drop, system clipboard access,
       an XML-based resource format and more, including an ever growing library
       of user-contributed modules.  wxPython has a book, `wxPython in Action
-      <http://www.amazon.com/exec/obidos/ASIN/1932394621>`_, by Noel Rappin and
+      <http://www.manning.com/rappin/>`_, by Noel Rappin and
       Robin Dunn.
 
 PyGTK, PyQt, and wxPython, all have a modern look and feel and more
index 29f6959bcf0b0e1a4fb8e27e86e7d0f33f1f99eb..846f96e1a103d9e3a1ee11e9a920b9d9c295dd9d 100644 (file)
@@ -35,13 +35,13 @@ is maintained at ActiveState.)
    `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).
 
 
@@ -190,7 +190,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.