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 giampaolo.rodola
Recipients giampaolo.rodola, josiahcarlson
Date 2007-08-29.01:04:27
SpamBayes Score 0.18775374
Marked as misclassified No
Message-id <1188349467.74.0.122599631068.issue1053@psf.upfronthosting.co.za>
In-reply-to
Content
http://docs.python.org/lib/module-asyncore.html

asyncore documentation erroneously report "ac_in_buffer_size" and
"ac_out_buffer_size" attributes which does not exist in
asyncore.dispatcher class. They're used in asynchat.async_chat class,
instead.
Moreover, asynchat documentation does not mention them.
History
Date User Action Args
2007-08-29 01:04:27giampaolo.rodolasetspambayes_score: 0.187754 -> 0.18775374
recipients: + giampaolo.rodola, josiahcarlson
2007-08-29 01:04:27giampaolo.rodolasetspambayes_score: 0.187754 -> 0.187754
messageid: <1188349467.74.0.122599631068.issue1053@psf.upfronthosting.co.za>
2007-08-29 01:04:27giampaolo.rodolalinkissue1053 messages
2007-08-29 01:04:27giampaolo.rodolacreate