Skip to content

Commit a6992f9

Browse files
committed
More doc updates
1 parent ff8a39c commit a6992f9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/whatsnew.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

4141
The other 14 standard library modules that kept the same top-level names in
4242
Py3.x are not supported with this direct import interface on Py2. These include

0 commit comments

Comments
 (0)