summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2013-03-26 12:55:37 (GMT)
committerBenjamin Peterson <benjamin@python.org>2013-03-26 12:55:37 (GMT)
commit615ea1a98f07bc67c8a65ff82888298d3cce9153 (patch)
tree5079363005c0bc5dbaeaa9e92305acc2e2f67fde /Misc
parenta1eb483d8fcf785e13829d3e3d6cb0d772443d7a (diff)
downloadcpython-615ea1a98f07bc67c8a65ff82888298d3cce9153.zip
cpython-615ea1a98f07bc67c8a65ff82888298d3cce9153.tar.gz
cpython-615ea1a98f07bc67c8a65ff82888298d3cce9153.tar.bz2
fix variable reference to fix --enable-profiling (closes #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 2c496dd..9ac4c92 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -9,6 +9,11 @@ What's New in Python 3.3.1?
.. *Release date: 2013-XX-XX*
+Build
+-----
+
+- Issue #17550: Fix the --enable-profiling configure switch.
+
Core and Builtins
-----------------