summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesus Cea <jcea@jcea.es>2012-10-04 00:51:22 (GMT)
committerJesus Cea <jcea@jcea.es>2012-10-04 00:51:22 (GMT)
commitaa26488711c0bd0fbe10a0c5139e7bbc5d0d4c35 (patch)
tree0ea22d544d1cd338d0f4a4e403a41eb078d3f4d1
parent0b26ccfaa6f9f33f99dec18873a649ac31d92469 (diff)
downloadcpython-aa26488711c0bd0fbe10a0c5139e7bbc5d0d4c35.zip
cpython-aa26488711c0bd0fbe10a0c5139e7bbc5d0d4c35.tar.gz
cpython-aa26488711c0bd0fbe10a0c5139e7bbc5d0d4c35.tar.bz2
whatsnew
-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
-----