From 28da7b8bea6da1b75a1603b384393fd1394359a7 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Tue, 2 Aug 2011 17:45:00 -0500 Subject: move news note to correct section --- Misc/NEWS | 4 ++-- 1 file 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. -- cgit v0.12