Issue 27034: Remove deprecated asynchat.fifo (original) (raw)

Issue27034

process

Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: BreamoreBoy, berker.peksag, ezio.melotti, georg.brandl, giampaolo.rodola, josiahcarlson, lehmannro, python-dev, rhettinger, serhiy.storchaka, vstinner
Priority: normal Keywords: patch

Created on 2016-05-15 19:32 by serhiy.storchaka, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
asynchat_remove_deprecated.patch serhiy.storchaka,2016-05-15 19:32 review
Messages (5)
msg265646 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2016-05-15 19:32
Proposed patch removes deprecated class fifo from the asynchat module and any remnants from the documentation. See also .
msg265647 - (view) Author: Giampaolo Rodola' (giampaolo.rodola) * (Python committer) Date: 2016-05-15 19:34
Looks good to me.
msg265653 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2016-05-15 21:20
LGTM.
msg265654 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2016-05-15 21:21
The asynchat.fifo was deprecated in Python 3.5.
msg265670 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2016-05-16 06:32
New changeset 2af26a93f87f by Serhiy Storchaka in branch 'default': Issue #27034: Removed deprecated class asynchat.fifo. https://hg.python.org/cpython/rev/2af26a93f87f
History
Date User Action Args
2022-04-11 14:58:31 admin set github: 71221
2016-05-16 06:37:28 serhiy.storchaka set status: open -> closedresolution: fixedstage: patch review -> resolved
2016-05-16 06:32:32 python-dev set nosy: + python-devmessages: +
2016-05-15 21:21:01 vstinner set messages: +
2016-05-15 21:20:24 vstinner set title: Remove derecated asynchat.fifo -> Remove deprecated asynchat.fifo
2016-05-15 21:20:10 vstinner set messages: +
2016-05-15 19:34:31 giampaolo.rodola set messages: +
2016-05-15 19:32:54 serhiy.storchaka create