~pythonregexp2.7/python/issue2636-12

« back to all changes in this revision

Viewing changes to Doc/library/tkinter.rst

  • Committer: Jeffrey C. "The TimeHorse" Jacobs
  • Date: 2008-09-21 17:58:08 UTC
  • mfrom: (39033.1.6 Regexp-2.7)
  • Revision ID: darklord@timehorse.com-20080921175808-j16o8cmct0t3f2uk
Merged in changes from the core Regexp branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 
9
9
The :mod:`Tkinter` module ("Tk interface") is the standard Python interface to
10
10
the Tk GUI toolkit.  Both Tk and :mod:`Tkinter` are available on most Unix
11
 
platforms, as well as on Windows and Macintosh systems.  (Tk itself is not part
12
 
of Python; it is maintained at ActiveState.)
 
11
platforms, as well as on Windows systems.  (Tk itself is not part of Python; it
 
12
is maintained at ActiveState.)
13
13
 
14
14
.. note::
15
15