File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,10 +33,10 @@ you can now use the following interface for Python 2/3 compatible code::
3333 >>> import tkinter.dialog
3434 >>> etc.
3535
36- Notice that the above code will run on Python 3 without the presence of the
37- ``future `` package. Of the 44 modules that were refactored with PEP 3108
38- (standard library reorganization) , 30 are supported with direct imports in this
39- manner. (These are listed here: :ref: `list-standard-library-renamed `.)
36+ Notice that the above code will run on Python 3 even without the presence of the
37+ ``future `` package. Of the 44 standard library modules that were refactored with
38+ PEP 3108 , 30 are supported with direct imports in this manner. (These are listed
39+ here: :ref: `list-standard-library-renamed `.)
4040
4141The other 14 standard library modules that kept the same top-level names in
4242Py3.x are not supported with this direct import interface on Py2. These include
You can’t perform that action at this time.
0 commit comments