summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorAlexandre Vassalotti <alexandre@peadrop.com>2008-05-16 18:03:52 (GMT)
committerAlexandre Vassalotti <alexandre@peadrop.com>2008-05-16 18:03:52 (GMT)
commitea0b22a167f25deaf170da2c321fbd9d64af1ab3 (patch)
treed2a8a25bc7f0f07029ff0cf58a041807c316792d /Doc/whatsnew
parent5e7b1c07bc3c6f22f8fbc276c7a1ac0aecfee64a (diff)
downloadcpython-ea0b22a167f25deaf170da2c321fbd9d64af1ab3.zip
cpython-ea0b22a167f25deaf170da2c321fbd9d64af1ab3.tar.gz
cpython-ea0b22a167f25deaf170da2c321fbd9d64af1ab3.tar.bz2
Patch by Quentin Gallet-Gilles: Renaming leftovers for 2.6.
This fixes the omissions of configparser, copyreg, queue and socketserver renaming.
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/2.6.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/whatsnew/2.6.rst b/Doc/whatsnew/2.6.rst
index f52dac3..ea2b42b 100644
--- a/Doc/whatsnew/2.6.rst
+++ b/Doc/whatsnew/2.6.rst
@@ -1937,7 +1937,7 @@ details.
used to hold character data.
(Contributed by Achim Gaedke; :issue:`1137`.)
-* The :mod:`Queue` module now provides queue classes that retrieve entries
+* The :mod:`queue` module now provides queue classes that retrieve entries
in different orders. The :class:`PriorityQueue` class stores
queued items in a heap and retrieves them in priority order,
and :class:`LifoQueue` retrieves the most recently added entries first,
@@ -2041,7 +2041,7 @@ details.
and connects to it using an optional timeout value, returning
the connected socket object.
-* The base classes in the :mod:`SocketServer` module now support
+* The base classes in the :mod:`socketserver` module now support
calling a :meth:`handle_timeout` method after a span of inactivity
specified by the server's :attr:`timeout` attribute. (Contributed
by Michael Pomraning.) The :meth:`serve_forever` method