[Python-checkins] cpython (3.3): whatsnew

jesus.cea python-checkins at python.org
Thu Oct 4 02:53:08 CEST 2012


http://hg.python.org/cpython/rev/bdbbd6bb5c55
changeset:   79440:bdbbd6bb5c55
branch:      3.3
parent:      79433:d93a59a0a984
user:        Jesus Cea <jcea at jcea.es>
date:        Thu Oct 04 02:51:22 2012 +0200
summary:
  whatsnew

files:
  Doc/whatsnew/3.3.rst |  7 +++++++
  1 files changed, 7 insertions(+), 0 deletions(-)


diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst
--- a/Doc/whatsnew/3.3.rst
+++ b/Doc/whatsnew/3.3.rst
@@ -1722,6 +1722,13 @@
   :issue:`13245`)
 
 
+select
+------
+
+Solaris and derived platforms have a new class :class:`select.devpoll`
+for high performance asyncronous sockets via :file:`/dev/poll`.
+
+
 shlex
 -----
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list