Ignore:
Timestamp:
Mar 19, 2014, 11:31:01 PM (11 years ago)
Author:
dmik
Message:

python: Merge vendor 2.7.6 to trunk.

Location:
python/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • python/trunk

  • python/trunk/Doc/library/tkinter.rst

    r2 r391  
    1414.. note::
    1515
    16    :mod:`Tkinter` has been renamed to :mod:`tkinter` in Python 3.0.  The
     16   :mod:`Tkinter` has been renamed to :mod:`tkinter` in Python 3.  The
    1717   :term:`2to3` tool will automatically adapt imports when converting your
    18    sources to 3.0.
     18   sources to Python 3.
    1919
    2020.. seealso::
     
    2424      from Python and links to other sources of information on Tk.
    2525
    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/>`_
    3030      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.
    3143
    3244   `Python and Tkinter Programming <http://www.amazon.com/exec/obidos/ASIN/1884777813>`_
     
    110122   Turtle graphics in a Tk window.
    111123
    112 These have been renamed as well in Python 3.0; they were all made submodules of
     124These have been renamed as well in Python 3; they were all made submodules of
    113125the new ``tkinter`` package.
    114126
Note: See TracChangeset for help on using the changeset viewer.