diff options
| author | Jesus Cea <jcea@jcea.es> | 2012-10-04 02:51:22 +0200 |
|---|---|---|
| committer | Jesus Cea <jcea@jcea.es> | 2012-10-04 02:51:22 +0200 |
| commit | aa26488711c0bd0fbe10a0c5139e7bbc5d0d4c35 (patch) | |
| tree | 0ea22d544d1cd338d0f4a4e403a41eb078d3f4d1 | |
| parent | 0b26ccfaa6f9f33f99dec18873a649ac31d92469 (diff) | |
| download | cpython-git-aa26488711c0bd0fbe10a0c5139e7bbc5d0d4c35.tar.gz | |
whatsnew
| -rw-r--r-- | 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 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 ----- |
