summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2014-09-27 19:55:10 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2014-09-27 19:55:10 (GMT)
commit1b4b7af1d1353ac2eaaa65bee69a750b5d249e95 (patch)
treed24feff9868b6ba7fd5a70e9daa9212eb1b4228d /Misc
parente430073fe739cbba200742ed9e884d4a067bd0d0 (diff)
downloadcpython-1b4b7af1d1353ac2eaaa65bee69a750b5d249e95.zip
cpython-1b4b7af1d1353ac2eaaa65bee69a750b5d249e95.tar.gz
cpython-1b4b7af1d1353ac2eaaa65bee69a750b5d249e95.tar.bz2
Issue #16537: Check whether self.extensions is empty in setup.py.
Patch by Jonathan Hosmer.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS3
2 files changed, 4 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index ccfc18e..c86acd9 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -582,6 +582,7 @@ Randall Hopper
Nadav Horesh
Alon Horev
Jan Hosang
+Jonathan Hosmer
Alan Hourihane
Ken Howard
Brad Howes
diff --git a/Misc/NEWS b/Misc/NEWS
index 2ad73fd..b50f45d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -205,6 +205,9 @@ Tests
Build
-----
+- Issue #16537: Check whether self.extensions is empty in setup.py. Patch by
+ Jonathan Hosmer.
+
- The documentation Makefile no longer automatically downloads Sphinx. Users are
now required to have Sphinx already installed to build the documentation.