summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2011-08-02 22:45:00 (GMT)
committerBenjamin Peterson <benjamin@python.org>2011-08-02 22:45:00 (GMT)
commit28da7b8bea6da1b75a1603b384393fd1394359a7 (patch)
treec6a81440cff3a1b731f36525c2b4dee2dc7b2fb2
parente870fe601a5e0b4c0438b7d64dad999cc8c327f2 (diff)
downloadcpython-28da7b8bea6da1b75a1603b384393fd1394359a7.zip
cpython-28da7b8bea6da1b75a1603b384393fd1394359a7.tar.gz
cpython-28da7b8bea6da1b75a1603b384393fd1394359a7.tar.bz2
move news note to correct section
-rw-r--r--Misc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 95aec07..df05910 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,8 +10,6 @@ What's New in Python 3.3 Alpha 1?
Core and Builtins
-----------------
-- Add ThreadError to threading.__all__.
-
- Make type(None), type(Ellipsis), and type(NotImplemented) callable. They
return the respective singleton instances.
@@ -256,6 +254,8 @@ Library
sched_get_min_priority(), sched_get_max_priority(), sched_rr_get_interval(),
sched_getaffinity(), sched_setaffinity().
+- Add ThreadError to threading.__all__.
+
- Issues #11104, #8688: Fix the behavior of distutils' sdist command with
manually-maintained MANIFEST files.