[New-bugs-announce] [issue25002] Deprecate asyncore/asynchat

Guido van Rossum report at bugs.python.org
Fri Sep 4 22:48:03 CEST 2015


New submission from Guido van Rossum:

Now that we've got asyncio in two releases (3.4 and 3.5) we should start deprecating asyncore and asynchat. There isn't much use of these in the stdlib (smtpd.py uses them, and a bunch of tests) and we should probably rewrite those to use asyncio. Maybe smtpd.py can be deprecated itself.

----------
messages: 249829
nosy: gvanrossum
priority: normal
severity: normal
status: open
title: Deprecate asyncore/asynchat
versions: Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25002>
_______________________________________


More information about the New-bugs-announce mailing list