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 <rep...@bugs.python.org>
<http://bugs.python.org/issue25002>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to