reader/writer interface docs incomplete
| Newsgroups | gmane.comp.python.twisted.bugs |
|---|---|
| Message-ID | <[email protected]> |
New submission from davep <[email protected]>: The docstrings for addReader and addWriter in twisted.internet.interfaces don't mention that the reader/writer should implement ILoggingContext. The docstrings for doRead and doWrite don't mention that the methods should return an exception if the connection has been closed. The attached patch proposes some text. ---------- Type : enhancement Component: core Keywords : Priority : normal Nosy : ---------- http://twistedmatrix.com/trac/ticket/3974