mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
Add notes that tkinter modules will be renamed.
This commit is contained in:
parent
6634bf2919
commit
5a42ca6c04
5 changed files with 28 additions and 1 deletions
|
@ -16,6 +16,14 @@ Glossary
|
|||
The typical Python prompt of the interactive shell when entering code for
|
||||
an indented code block.
|
||||
|
||||
2to3
|
||||
A tool that tries to convert Python 2.x code to Python 3.x code by
|
||||
handling most of the incompatibilites that can be detected by parsing the
|
||||
source and traversing the parse tree.
|
||||
|
||||
2to3 is available in the standard library as :mod:`lib2to3`; a standalone
|
||||
entry point is provided as :file:`Tools/scripts/2to3`.
|
||||
|
||||
argument
|
||||
A value passed to a function or method, assigned to a name local to
|
||||
the body. A function or method may have both positional arguments and
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue