]> granicus.if.org Git - python/commitdiff
Move NEWS item to correct section.
authorR. David Murray <rdmurray@bitdance.com>
Mon, 13 Apr 2009 17:06:33 +0000 (17:06 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Mon, 13 Apr 2009 17:06:33 +0000 (17:06 +0000)
Misc/NEWS

index d2207e3e34c91ddf9cf9dddf6ff114e30448b9e7..cf07f860911dc8980501e8c50ad978926f5c0b62 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,12 +12,6 @@ What's New in Python 3.1 beta 1?
 Core and Builtins
 -----------------
 
-- Issue #1161031: fix readwrite select flag handling: POLLPRI now
-  results in a handle_expt_event call, not handle_read_event, and POLLERR
-  and POLLNVAL now call handle_close, not handle_expt_event.  Also,
-  dispatcher now has an 'ignore_log_types' attribute for suppressing
-  log messages, which is set to 'warning' by default.
-
 - The string.maketrans() function is deprecated; there is a new static method
   maketrans() on the bytes and bytearray classes.  This removes confusion about
   the types string.maketrans() is supposed to work with, and mirrors the
@@ -32,6 +26,12 @@ Core and Builtins
 Library
 -------
 
+- Issue #1161031: fix readwrite select flag handling: POLLPRI now
+  results in a handle_expt_event call, not handle_read_event, and POLLERR
+  and POLLNVAL now call handle_close, not handle_expt_event.  Also,
+  dispatcher now has an 'ignore_log_types' attribute for suppressing
+  log messages, which is set to 'warning' by default.
+
 - Issue #2703: SimpleXMLRPCDispatcher.__init__: Provide default values for
   new arguments introduced in 2.5.