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.

Author gvanrossum
Recipients gvanrossum
Date 2015-09-04.20:48:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441399683.85.0.786847810998.issue25002@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-09-04 20:48:03gvanrossumsetrecipients: + gvanrossum
2015-09-04 20:48:03gvanrossumsetmessageid: <1441399683.85.0.786847810998.issue25002@psf.upfronthosting.co.za>
2015-09-04 20:48:03gvanrossumlinkissue25002 messages
2015-09-04 20:48:03gvanrossumcreate