summaryrefslogtreecommitdiffstats
path: root/Doc/library/asyncore.rst
diff options
context:
space:
mode:
authorJosiah Carlson <josiah.carlson@gmail.com>2009-04-01 01:28:11 (GMT)
committerJosiah Carlson <josiah.carlson@gmail.com>2009-04-01 01:28:11 (GMT)
commitbb94d43dcdbfddff40f23944f0e4079f41a30421 (patch)
tree9e6990c90aeaf385b00fff5bf98a35198b9b49b2 /Doc/library/asyncore.rst
parentd8fb6ac9da7256d6cdb22c4b4c2d7ed06fba60d6 (diff)
downloadcpython-bb94d43dcdbfddff40f23944f0e4079f41a30421.zip
cpython-bb94d43dcdbfddff40f23944f0e4079f41a30421.tar.gz
cpython-bb94d43dcdbfddff40f23944f0e4079f41a30421.tar.bz2
Fix for failing asyncore tests.
Diffstat (limited to 'Doc/library/asyncore.rst')
-rw-r--r--Doc/library/asyncore.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/library/asyncore.rst b/Doc/library/asyncore.rst
index 4736a9c..a2e1b5e 100644
--- a/Doc/library/asyncore.rst
+++ b/Doc/library/asyncore.rst
@@ -81,7 +81,8 @@ any that have been added to the map during asynchronous service) is closed.
+----------------------+----------------------------------------+
| Event | Description |
+======================+========================================+
- | ``handle_connect()`` | Implied by the first write event |
+ | ``handle_connect()`` | Implied by the first read or write |
+ | | event |
+----------------------+----------------------------------------+
| ``handle_close()`` | Implied by a read event with no data |
| | available |