summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorJesus Cea <jcea@jcea.es>2012-10-04 00:51:44 (GMT)
committerJesus Cea <jcea@jcea.es>2012-10-04 00:51:44 (GMT)
commitce3e0dd999e55c9192c43bbc05eb643075b499bb (patch)
treeb6b7ee12b9e863035b3f5634a3967c3335f64bf4 /Doc
parent9cc98c93a7f65b728431ed8439af86c36edc5e0c (diff)
parentaa26488711c0bd0fbe10a0c5139e7bbc5d0d4c35 (diff)
downloadcpython-ce3e0dd999e55c9192c43bbc05eb643075b499bb.zip
cpython-ce3e0dd999e55c9192c43bbc05eb643075b499bb.tar.gz
cpython-ce3e0dd999e55c9192c43bbc05eb643075b499bb.tar.bz2
MERGE: whatsnew
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/3.3.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst
index f5fd3bf..1e9348d 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
-----