~pythonregexp2.7/python/issue2636-09-01+10

« back to all changes in this revision

Viewing changes to Doc/library/tkinter.rst

  • Committer: Jeffrey C. "The TimeHorse" Jacobs
  • Date: 2008-05-24 18:56:40 UTC
  • mfrom: (39055.1.22 Regexp-2.6)
  • Revision ID: darklord@timehorse.com-20080524185640-59vz6l1f7qgixgal
Merged in changes from the Single-Loop Engine branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
platforms, as well as on Windows and Macintosh systems.  (Tk itself is not part
12
12
of Python; it is maintained at ActiveState.)
13
13
 
 
14
.. note::
 
15
 
 
16
   :mod:`Tkinter` has been renamed to :mod:`tkinter` in Python 3.0.  The
 
17
   :term:`2to3` tool will automatically adapt imports when converting your
 
18
   sources to 3.0.
14
19
 
15
20
.. seealso::
16
21
 
107
112
:mod:`turtle`
108
113
   Turtle graphics in a Tk window.
109
114
 
 
115
These have been renamed as well in Python 3.0; they were all made submodules of
 
116
the new ``tkinter`` package.
 
117
 
110
118
 
111
119
Tkinter Life Preserver
112
120
----------------------