diff options
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/3.5.rst | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst index b2571ae..a149417 100644 --- a/Doc/whatsnew/3.5.rst +++ b/Doc/whatsnew/3.5.rst @@ -1,4 +1,4 @@ -**************************** +**************************** What's New In Python 3.5 **************************** @@ -659,6 +659,14 @@ time * The :func:`time.monotonic` function is now always available. (Contributed by Victor Stinner in :issue:`22043`.) +tkinter +------- + +* The :module:`tkinter._fix` module used for setting up the Tcl/Tk environment + on Windows has been replaced by a private function in the :module:`_tkinter` + module which makes no permanent changes to environment variables. + (Contributed by Zachary Ware in :issue:`20035`.) + types ----- |