This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author josiahcarlson
Recipients akuchling, djarb, facundobatista, forest, giampaolo.rodola, gvanrossum, intgr, j1m, jafo, josiahcarlson, kevinwatters, markb, mcdonc, stutzbach, tseaver
Date 2009-04-02.19:35:08
SpamBayes Score 0.0001700441
Marked as misclassified No
Message-id <1238700910.13.0.460809917496.issue1641@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not defending the documentation, I'm merely reposting it.

The documentation for asyncore says, "The full set of methods that can 
be overridden in your subclass follows:"

The documentation for asynchat says, "To make practical use of the code 
you must subclass async_chat, providing meaningful 
collect_incoming_data() and found_terminator() methods. The 
asyncore.dispatcher methods can be used, although not all make sense in 
a message/response context."

How can we make the documentation better?  I'm too close to the 
documentation to really know how to improve it.  Ideas?
History
Date User Action Args
2009-04-02 19:35:11josiahcarlsonsetrecipients: + josiahcarlson, gvanrossum, akuchling, facundobatista, jafo, tseaver, forest, giampaolo.rodola, kevinwatters, djarb, stutzbach, markb, intgr, mcdonc, j1m
2009-04-02 19:35:10josiahcarlsonsetmessageid: <1238700910.13.0.460809917496.issue1641@psf.upfronthosting.co.za>
2009-04-02 19:35:08josiahcarlsonlinkissue1641 messages
2009-04-02 19:35:08josiahcarlsoncreate