Issue6911
Created on 2009-09-14 15:26 by lehmannro, last changed 2022-04-11 14:56 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| asynchat-docs.patch | lehmannro, 2009-09-14 15:26 | patch to Doc/library/asynchat.rst | review | |
| asynchat-docs.patch | lehmannro, 2009-09-14 15:38 | patch #2 to Doc/library/asynchat.rst | review | |
| asynchat-docs.patch | lehmannro, 2009-09-15 05:31 | patch #3 to Doc/library/asynchat.rst | review | |
| asynchat-docs.patch | jramnani, 2011-03-14 15:34 | Update for patch #3 to Doc/library/asynchat.rst | review | |
| Messages (6) | |||
|---|---|---|---|
| msg92616 - (view) | Author: Robert Lehmann (lehmannro) * | Date: 2009-09-14 15:26 | |
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. |
|||
| msg92617 - (view) | Author: Robert Lehmann (lehmannro) * | Date: 2009-09-14 15:38 | |
Excuse me -- fifo and simple_producer are indeed documented and need a deprecation notice. New patch attached (plus reworded paragraph about async_chat.__init__). |
|||
| msg92644 - (view) | Author: Robert Lehmann (lehmannro) * | Date: 2009-09-15 05:31 | |
I found another bug: async_chat.push still talks about automatically creating a simple_producer, which is no longer true. I added a fix to the patch. |
|||
| msg130829 - (view) | Author: Jeff Ramnani (jramnani) * | Date: 2011-03-14 15:34 | |
This patch could no longer be applied cleanly on the 2.7 branch. I have updated the patch so it applies cleanly to commit 22f991bb9b0b on the 2.7 branch. |
|||
| msg220658 - (view) | Author: Mark Lawrence (BreamoreBoy) * | Date: 2014-06-15 18:12 | |
Is it worth applying the latest patch given that asynchat is deprecated in favour of asyncio? |
|||
| msg341397 - (view) | Author: Sanyam Khurana (CuriousLearner) * ![]() |
Date: 2019-05-04 19:05 | |
Given that Python 2.x and async chat is deprecated in favor of new async io, we're better in closing this issue, rather than trying to apply this cleanly on the master branch. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:56:53 | admin | set | github: 51160 |
| 2019-05-04 19:05:51 | CuriousLearner | set | status: open -> closed nosy:
+ CuriousLearner resolution: out of date |
| 2019-05-02 04:15:24 | josiahcarlson | set | nosy:
- josiahcarlson |
| 2019-03-15 22:38:07 | BreamoreBoy | set | nosy:
- BreamoreBoy |
| 2015-03-01 23:53:28 | BreamoreBoy | set | versions: + Python 3.5, - Python 3.2, Python 3.3 |
| 2014-06-15 18:12:11 | BreamoreBoy | set | nosy:
+ BreamoreBoy messages: + msg220658 |
| 2012-10-02 05:31:38 | ezio.melotti | set | nosy:
+ ezio.melotti stage: patch review type: enhancement versions: + Python 3.3, Python 3.4, - Python 2.6, Python 3.0, Python 3.1 |
| 2011-03-14 15:34:16 | jramnani | set | files:
+ asynchat-docs.patch nosy: + jramnani messages: + msg130829 |
| 2009-12-09 21:29:08 | giampaolo.rodola | set | nosy:
+ giampaolo.rodola |
| 2009-09-15 05:31:42 | lehmannro | set | files:
+ asynchat-docs.patch messages: + msg92644 |
| 2009-09-14 15:38:47 | lehmannro | set | files:
+ asynchat-docs.patch messages: + msg92617 |
| 2009-09-14 15:30:57 | georg.brandl | set | assignee: georg.brandl -> josiahcarlson nosy: + josiahcarlson |
| 2009-09-14 15:26:58 | lehmannro | create | |
