]> granicus.if.org Git - python/commit
issue27202 - Fix the mistake in changesets 70af472451cb (3.5) and 2bb806539ca6 (3.6)
authorSenthil Kumaran <senthil@uthcode.com>
Sun, 5 Jun 2016 05:22:26 +0000 (22:22 -0700)
committerSenthil Kumaran <senthil@uthcode.com>
Sun, 5 Jun 2016 05:22:26 +0000 (22:22 -0700)
commit889f914edb4253bdf4b475ed594199d67fcc08b7
treea081fd9e0cec43e5a154e32346d296de1a795874
parent03fe0027fb97727abb2d3d1468f727a62dc34298
issue27202 - Fix the mistake in changesets 70af472451cb (3.5) and 2bb806539ca6 (3.6)

exclude_patterns in Sphinx conf.py will exclude the .rsts from the build. It
was incorrect exclude 2.x rsts in that.  This fix contributed again Jelle
Zijlstra, excludes doctests in whatsnew/2.7.rst from being exercised by using
doctests skip option.
Doc/conf.py
Doc/whatsnew/2.7.rst