From: Jesus Cea Date: Thu, 4 Oct 2012 00:51:22 +0000 (+0200) Subject: whatsnew X-Git-Tag: v3.4.0a1~2388^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aa26488711c0bd0fbe10a0c5139e7bbc5d0d4c35;p=python whatsnew --- diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst index f5fd3bf62c..1e9348d74d 100644 --- a/Doc/whatsnew/3.3.rst +++ b/Doc/whatsnew/3.3.rst @@ -1722,6 +1722,13 @@ sched :issue:`13245`) +select +------ + +Solaris and derived platforms have a new class :class:`select.devpoll` +for high performance asyncronous sockets via :file:`/dev/poll`. + + shlex -----