summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2013-07-12 15:30:32 (GMT)
committerBrett Cannon <brett@python.org>2013-07-12 15:30:32 (GMT)
commitae95b4f7a5344de372885fb25d8fadbb14c8fea4 (patch)
tree6b7441179c49c8b33507a1a9f5b4752e9a8f1e8a /Misc
parenta79e4fb38d6e598be56944ead5753e65ad561bab (diff)
downloadcpython-ae95b4f7a5344de372885fb25d8fadbb14c8fea4.zip
cpython-ae95b4f7a5344de372885fb25d8fadbb14c8fea4.tar.gz
cpython-ae95b4f7a5344de372885fb25d8fadbb14c8fea4.tar.bz2
Issue #17845: Clarify the message setup.py prints upon successfully
building Python but having some optional module which didn't build. Patch by Yogesh Chaudhari.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b65498a..bcdfbf3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -631,6 +631,8 @@ IDLE
Build
-----
+- Issue #17845: Clarified the message printed when some module are not built.
+
- Issue #18256: Compilation fix for recent AIX releases. Patch by
David Edelsohn.