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

    r2 r391  
    2525.. note::
    2626
    27    :mod:`Tix` has been renamed to :mod:`tkinter.tix` in Python 3.0.  The
     27   :mod:`Tix` has been renamed to :mod:`tkinter.tix` in Python 3.  The
    2828   :term:`2to3` tool will automatically adapt imports when converting your
    29    sources to 3.0.
     29   sources to Python 3.
    3030
    3131.. seealso::
     
    515515
    516516
    517 .. method:: tixCommand.tix_configure([cnf,] **kw)
     517.. method:: tixCommand.tix_configure(cnf=None **kw)
    518518
    519519   Query or modify the configuration options of the Tix application context. If no
Note: See TracChangeset for help on using the changeset viewer.