diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-03-07 14:34:49 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-03-07 14:34:49 (GMT) |
commit | a5f3ad8c05c115266834be8716c19301004a31a0 (patch) | |
tree | a9e1c93bebd271ab8b0d0951e9823549fc8d6989 /Doc | |
parent | c0a23e63207984304027f298eefc738b6b3c94b1 (diff) | |
parent | 8c69ecf95dad39aa55af293da75148a551c0e369 (diff) | |
download | cpython-a5f3ad8c05c115266834be8716c19301004a31a0.zip cpython-a5f3ad8c05c115266834be8716c19301004a31a0.tar.gz cpython-a5f3ad8c05c115266834be8716c19301004a31a0.tar.bz2 |
merge 3.4
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/othergui.rst | 2 | ||||
-rw-r--r-- | Doc/library/tkinter.rst | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Doc/library/othergui.rst b/Doc/library/othergui.rst index efb7cff..43721b2 100644 --- a/Doc/library/othergui.rst +++ b/Doc/library/othergui.rst @@ -50,7 +50,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 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. |