From: Berker Peksag Date: Sat, 23 May 2015 21:26:05 +0000 (+0300) Subject: Fix Sphinx warnings. X-Git-Tag: v3.5.0b1~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1a90b17bce4f4d57eba3c467ef3457307f88a505;p=python Fix Sphinx warnings. --- diff --git a/Doc/library/development.rst b/Doc/library/development.rst index 06e7048a04..d2b5fa2aa4 100644 --- a/Doc/library/development.rst +++ b/Doc/library/development.rst @@ -16,6 +16,7 @@ The list of modules described in this chapter is: .. toctree:: + typing.rst pydoc.rst doctest.rst unittest.rst diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst index 75bc7fb3c2..c46ed9be59 100644 --- a/Doc/whatsnew/3.5.rst +++ b/Doc/whatsnew/3.5.rst @@ -684,7 +684,7 @@ tkinter ------- * The :mod:`tkinter._fix` module used for setting up the Tcl/Tk environment - on Windows has been replaced by a private function in the :module:`_tkinter` + on Windows has been replaced by a private function in the :mod:`_tkinter` module which makes no permanent changes to environment variables. (Contributed by Zachary Ware in :issue:`20035`.)