summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorR. David Murray <rdmurray@bitdance.com>2009-04-13 17:06:33 (GMT)
committerR. David Murray <rdmurray@bitdance.com>2009-04-13 17:06:33 (GMT)
commit9e94ddfb579e3010de473373e86e5f30016f40be (patch)
tree916197a9f7d5d6ac3001d447867b595d1111d422 /Misc
parent2e8cd15640b567f818d5292b19ff2b5bcfeb4b21 (diff)
downloadcpython-9e94ddfb579e3010de473373e86e5f30016f40be.zip
cpython-9e94ddfb579e3010de473373e86e5f30016f40be.tar.gz
cpython-9e94ddfb579e3010de473373e86e5f30016f40be.tar.bz2
Move NEWS item to correct section.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS12
1 files changed, 6 insertions, 6 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d2207e3..cf07f86 100644
--- 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.