]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
move news note to correct section
authorBenjamin Peterson <benjamin@python.org>
Tue, 2 Aug 2011 22:45:00 +0000 (17:45 -0500)
committerBenjamin Peterson <benjamin@python.org>
Tue, 2 Aug 2011 22:45:00 +0000 (17:45 -0500)
Misc/NEWS

index 95aec07fee4dce20ae6e51d6933af31fef8bcf59..df0591050f9c599e69c326f8beb7775b3a068b60 100644 (file)
--- 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.