summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2013-03-26 12:57:42 (GMT)
committerBenjamin Peterson <benjamin@python.org>2013-03-26 12:57:42 (GMT)
commitdbc5f8c39bdc2a6b16ef59125f9fa872e765b327 (patch)
treecac20e6942f001f1317a14157ed092bcf0b4957c
parent615ea1a98f07bc67c8a65ff82888298d3cce9153 (diff)
downloadcpython-dbc5f8c39bdc2a6b16ef59125f9fa872e765b327.zip
cpython-dbc5f8c39bdc2a6b16ef59125f9fa872e765b327.tar.gz
cpython-dbc5f8c39bdc2a6b16ef59125f9fa872e765b327.tar.bz2
move to correct section
-rw-r--r--Misc/NEWS7
1 files changed, 2 insertions, 5 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9ac4c92..2cfabdf 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -9,11 +9,6 @@ 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
-----------------
@@ -816,6 +811,8 @@ Tests
Build
-----
+- Issue #17550: Fix the --enable-profiling configure switch.
+
- Issue #17425: Build with openssl 1.0.1d on Windows.
- Issue #16754: Fix the incorrect shared library extension on linux. Introduce