]> 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:23:19 +0000 (15:23 -0700)
committerGitHub <noreply@github.com>
Wed, 27 Mar 2019 22:23:19 +0000 (15:23 -0700)
commit600aca47f085a06579e7af4c6423ea7e907b4bb4
treea9e08f7be11715949a7c605b167963a721858c1f
parent6cbb4c0795099b79f0a7c7d20df4ba1c1ec0ac24
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]