move descriptions of ac_(in|out)_buffer_size to the right place

http://bugs.python.org/issue1053
This commit is contained in:
Fred Drake 2007-10-05 03:12:00 +00:00
parent 2f2bd3efd5
commit 0ac4b27be8
2 changed files with 11 additions and 11 deletions

View file

@ -68,17 +68,6 @@ service) is closed.
from the asynchronous loop.
Otherwise, it can be treated as a normal non-blocking socket object.
Two class attributes can be modified, to improve performance,
or possibly even to conserve memory.
\begin{datadesc}{ac_in_buffer_size}
The asynchronous input buffer size (default \code{4096}).
\end{datadesc}
\begin{datadesc}{ac_out_buffer_size}
The asynchronous output buffer size (default \code{4096}).
\end{datadesc}
The firing of low-level events at certain times or in certain connection
states tells the asynchronous loop that certain higher-level events have
taken place. For example, if we have asked for a socket to connect to