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.

classification
Title: Remove deprecated asynchat.fifo
Type: enhancement Stage: resolved
Components: Library (Lib) Versions: Python 3.6
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 issue6916.
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:31adminsetgithub: 71221
2016-05-16 06:37:28serhiy.storchakasetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2016-05-16 06:32:32python-devsetnosy: + python-dev
messages: + msg265670
2016-05-15 21:21:01vstinnersetmessages: + msg265654
2016-05-15 21:20:24vstinnersettitle: Remove derecated asynchat.fifo -> Remove deprecated asynchat.fifo
2016-05-15 21:20:10vstinnersetmessages: + msg265653
2016-05-15 19:34:31giampaolo.rodolasetmessages: + msg265647
2016-05-15 19:32:54serhiy.storchakacreate