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 lehmannro
Recipients georg.brandl, lehmannro
Date 2009-09-14.15:26:56
SpamBayes Score 0.0717321
Marked as misclassified No
Message-id <1252942019.67.0.473669726807.issue6911@psf.upfronthosting.co.za>
In-reply-to
Content
asynchat.async_chat grew a _collect_incoming and a _get_data method in
2.6. The constructor has been extended to conform to
asyncore.dispatcher's. This should be documented.

Apart from that, fifo and simple_producer have been deprecated, and
async_chat.ac_out_buffer was replaced by async_chat.incoming. These are
internals and were never documented.

A patch is attached.
History
Date User Action Args
2009-09-14 15:27:00lehmannrosetrecipients: + lehmannro, georg.brandl
2009-09-14 15:26:59lehmannrosetmessageid: <1252942019.67.0.473669726807.issue6911@psf.upfronthosting.co.za>
2009-09-14 15:26:58lehmannrolinkissue6911 messages
2009-09-14 15:26:57lehmannrocreate