diff options
author | Georg Brandl <georg@python.org> | 2008-05-20 07:20:12 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-05-20 07:20:12 (GMT) |
commit | 5a42ca6c04d2db1f3040ae43f37a4f350251c25c (patch) | |
tree | e218178cc7f4c3a60eb311cb3101dee839ec2169 /Doc/library/future_builtins.rst | |
parent | 6634bf2919d855ccd821e878b8cc00c7209f1cbe (diff) | |
download | cpython-5a42ca6c04d2db1f3040ae43f37a4f350251c25c.zip cpython-5a42ca6c04d2db1f3040ae43f37a4f350251c25c.tar.gz cpython-5a42ca6c04d2db1f3040ae43f37a4f350251c25c.tar.bz2 |
Add notes that tkinter modules will be renamed.
Diffstat (limited to 'Doc/library/future_builtins.rst')
-rw-r--r-- | Doc/library/future_builtins.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/future_builtins.rst b/Doc/library/future_builtins.rst index e845fe4..d25aff7 100644 --- a/Doc/library/future_builtins.rst +++ b/Doc/library/future_builtins.rst @@ -15,7 +15,7 @@ them from this module, like this:: ... code using Python 3-style map and filter ... -The :program:`2to3` tool that ports Python 2 code to Python 3 will recognize +The :term:`2to3` tool that ports Python 2 code to Python 3 will recognize this usage and leave the new builtins alone. .. note:: |