summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorPhilipp A <flying-sheep@web.de>2019-03-27 21:34:19 (GMT)
committerCheryl Sabella <cheryl.sabella@gmail.com>2019-03-27 21:34:19 (GMT)
commitd5a5a33f12b60129d57f9b423b77d2fcba506834 (patch)
tree467f333ea40737d6598e845cdc346d77196c2a24 /Misc
parenta694f2394881fb68b5646061ded01fff6dc47778 (diff)
downloadcpython-d5a5a33f12b60129d57f9b423b77d2fcba506834.zip
cpython-d5a5a33f12b60129d57f9b423b77d2fcba506834.tar.gz
cpython-d5a5a33f12b60129d57f9b423b77d2fcba506834.tar.bz2
bpo-31292: Fixed distutils check --restructuredtext for include directives (GH-10605)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2017-08-30-20-27-00.bpo-31292.dKIaZb.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2017-08-30-20-27-00.bpo-31292.dKIaZb.rst b/Misc/NEWS.d/next/Library/2017-08-30-20-27-00.bpo-31292.dKIaZb.rst
new file mode 100644
index 0000000..b62eee3
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2017-08-30-20-27-00.bpo-31292.dKIaZb.rst
@@ -0,0 +1,2 @@
+Fix ``setup.py check --restructuredtext`` for
+files containing ``include`` directives.