summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2013-03-26 12:56:16 (GMT)
committerBenjamin Peterson <benjamin@python.org>2013-03-26 12:56:16 (GMT)
commit4b394db41f7d5347e4a4083305bfcda562bc38f8 (patch)
treeff972d97db49d9f69861f87ea69c96f47170e7e1 /Misc
parent1e76e8643b00e6b8811aa4e5c6a7cedae829b9c0 (diff)
parentb9be7bbe2e86f8ac5fd6a26b049d47d541d28f4e (diff)
downloadcpython-4b394db41f7d5347e4a4083305bfcda562bc38f8.zip
cpython-4b394db41f7d5347e4a4083305bfcda562bc38f8.tar.gz
cpython-4b394db41f7d5347e4a4083305bfcda562bc38f8.tar.bz2
merge 2.7.4 release branch (#17550)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 016f5d7..ceb7034 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -18,6 +18,11 @@ What's New in Python 2.7.4?
*Release date: XXXX-XX-XX*
+Build
+-----
+
+- Issue #17550: Fix the --enable-profiling configure switch.
+
Core and Builtins
-----------------