diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2014-09-27 19:55:10 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2014-09-27 19:55:10 (GMT) |
commit | 1b4b7af1d1353ac2eaaa65bee69a750b5d249e95 (patch) | |
tree | d24feff9868b6ba7fd5a70e9daa9212eb1b4228d /Misc | |
parent | e430073fe739cbba200742ed9e884d4a067bd0d0 (diff) | |
download | cpython-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/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -582,6 +582,7 @@ Randall Hopper Nadav Horesh Alon Horev Jan Hosang +Jonathan Hosmer Alan Hourihane Ken Howard Brad Howes @@ -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. |