diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2016-06-13 00:42:42 -0400 |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2016-06-13 00:42:42 -0400 |
commit | dffd42f1301271e2fec386732d3459771eec3cd5 (patch) | |
tree | 94ea1fab91a483d466ebf455c83236aca937431d | |
parent | d9792a0f187332d10fac697157ec04613c9e37f9 (diff) | |
download | cpython-git-dffd42f1301271e2fec386732d3459771eec3cd5.tar.gz |
Whitespace
-rw-r--r-- | Doc/whatsnew/3.6.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst index 3757253164..348822803f 100644 --- a/Doc/whatsnew/3.6.rst +++ b/Doc/whatsnew/3.6.rst @@ -288,7 +288,7 @@ The idlelib package is being modernized and refactored to make IDLE look and wor 'Modernizing' includes renaming and consolidation of idlelib modules. The renaming of files with partial uppercase names is similar to the renaming of, for instance, Tkinter and TkFont to tkinter and tkinter.font in 3.0. As a result, imports of idlelib files that worked in 3.5 will usually not work in 3.6. At least a module name change will be needed (see idlelib/README.txt), sometimes more. (Name changes contributed by Al Swiegart and Terry Reedy in :issue:`24225`. Most idlelib patches since have been and will be part of the process.) -In compensation, the eventual result with be that some idlelib classes will be easier to use, with better APIs and docstrings explaining them. Additional useful information will be added to idlelib when available. +In compensation, the eventual result with be that some idlelib classes will be easier to use, with better APIs and docstrings explaining them. Additional useful information will be added to idlelib when available. os |