summaryrefslogtreecommitdiffstats
path: root/Doc/library/tix.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-05-20 07:20:12 (GMT)
committerGeorg Brandl <georg@python.org>2008-05-20 07:20:12 (GMT)
commit5a42ca6c04d2db1f3040ae43f37a4f350251c25c (patch)
treee218178cc7f4c3a60eb311cb3101dee839ec2169 /Doc/library/tix.rst
parent6634bf2919d855ccd821e878b8cc00c7209f1cbe (diff)
downloadcpython-5a42ca6c04d2db1f3040ae43f37a4f350251c25c.zip
cpython-5a42ca6c04d2db1f3040ae43f37a4f350251c25c.tar.gz
cpython-5a42ca6c04d2db1f3040ae43f37a4f350251c25c.tar.bz2
Add notes that tkinter modules will be renamed.
Diffstat (limited to 'Doc/library/tix.rst')
-rw-r--r--Doc/library/tix.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/library/tix.rst b/Doc/library/tix.rst
index ff2cfff..dea88fa 100644
--- a/Doc/library/tix.rst
+++ b/Doc/library/tix.rst
@@ -22,6 +22,11 @@ applications, creating more useful and more intuitive user interfaces. You can
design your application by choosing the most appropriate widgets to match the
special needs of your application and users.
+.. note::
+
+ :mod:`Tix` has been renamed to :mod:`tkinter.tix` in Python 3.0. The
+ :term:`2to3` tool will automatically adapt imports when converting your
+ sources to 3.0.
.. seealso::