Changeset 391 for python/trunk/Doc/library/tkinter.rst
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Doc/library/tkinter.rst
r2 r391 14 14 .. note:: 15 15 16 :mod:`Tkinter` has been renamed to :mod:`tkinter` in Python 3. 0.The16 :mod:`Tkinter` has been renamed to :mod:`tkinter` in Python 3. The 17 17 :term:`2to3` tool will automatically adapt imports when converting your 18 sources to 3.0.18 sources to Python 3. 19 19 20 20 .. seealso:: … … 24 24 from Python and links to other sources of information on Tk. 25 25 26 ` An Introduction to Tkinter <http://www.pythonware.com/library/an-introduction-to-tkinter.htm>`_27 Fredrik Lundh's on-line reference material.28 29 `Tkinter reference: a GUI for Python <http://infohost.nmt.edu/tcc/help/pubs/ lang.html>`_26 `TKDocs <http://www.tkdocs.com/>`_ 27 Extensive tutorial plus friendlier widget pages for some of the widgets. 28 29 `Tkinter reference: a GUI for Python <http://infohost.nmt.edu/tcc/help/pubs/tkinter/>`_ 30 30 On-line reference material. 31 32 `Tkinter docs from effbot <http://effbot.org/tkinterbook/>`_ 33 Online reference for tkinter supported by effbot.org. 34 35 `Tcl/Tk manual <http://www.tcl.tk/man/tcl8.5/>`_ 36 Official manual for the latest tcl/tk version. 37 38 `Programming Python <http://www.amazon.com/Programming-Python-Mark-Lutz/dp/0596158106/>`_ 39 Book by Mark Lutz, has excellent coverage of Tkinter. 40 41 `Modern Tkinter for Busy Python Developers <http://www.amazon.com/Modern-Tkinter-Python-Developers-ebook/dp/B0071QDNLO/>`_ 42 Book by Mark Rozerman about building attractive and modern graphical user interfaces with Python and Tkinter. 31 43 32 44 `Python and Tkinter Programming <http://www.amazon.com/exec/obidos/ASIN/1884777813>`_ … … 110 122 Turtle graphics in a Tk window. 111 123 112 These have been renamed as well in Python 3 .0; they were all made submodules of124 These have been renamed as well in Python 3; they were all made submodules of 113 125 the new ``tkinter`` package. 114 126
Note:
See TracChangeset
for help on using the changeset viewer.