Message92616
| 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:00 | lehmannro | set | recipients:
+ lehmannro, georg.brandl |
| 2009年09月14日 15:26:59 | lehmannro | set | messageid: <1252942019.67.0.473669726807.issue6911@psf.upfronthosting.co.za> |
| 2009年09月14日 15:26:58 | lehmannro | link | issue6911 messages |
| 2009年09月14日 15:26:57 | lehmannro | create |
|