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/tk.rst

    r2 r391  
    1313Tk/Tcl has long been an integral part of Python.  It provides a robust and
    1414platform independent windowing toolkit, that is available to Python programmers
    15 using the :mod:`Tkinter` module, and its extension, the :mod:`Tix` module.
     15using the :mod:`Tkinter` module, and its extensions, the :mod:`Tix` and
     16the :mod:`ttk` modules.
    1617
    1718The :mod:`Tkinter` module is a thin object-oriented layer on top of Tcl/Tk. To
     
    3334
    3435   tkinter.rst
     36   ttk.rst
    3537   tix.rst
    3638   scrolledtext.rst
Note: See TracChangeset for help on using the changeset viewer.