]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-31292: Fixed distutils check --restructuredtext for include directives (GH-10605)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 27 Mar 2019 22:25:57 +0000 (15:25 -0700)
committerGitHub <noreply@github.com>
Wed, 27 Mar 2019 22:25:57 +0000 (15:25 -0700)
commit9cad523328324bd82fa19b597ead1614a0e61ae2
tree45fb4ca1ab9f605cffb34399a39700b3d5263eea
parent65445f65e6080310d612f73083ba172eb2c6e326
bpo-31292: Fixed distutils check --restructuredtext for include directives (GH-10605)

(cherry picked from commit d5a5a33f12b60129d57f9b423b77d2fcba506834)

Co-authored-by: Philipp A <flying-sheep@web.de>
Lib/distutils/command/check.py
Lib/distutils/tests/includetest.rst [new file with mode: 0644]
Lib/distutils/tests/test_check.py
Misc/NEWS.d/next/Library/2017-08-30-20-27-00.bpo-31292.dKIaZb.rst [new file with mode: 0644]