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 grzgrzgrz3
Recipients Mariatta, grzgrzgrz3, gvanrossum, vstinner, yselivanov
Date 2017-05-29.19:46:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1496087216.11.0.347055963232.issue28533@psf.upfronthosting.co.za>
In-reply-to
Content
I would like to work on this issue.

I think it's a good idea to split this task into few parts/PR.

Let me start from ./Lib/test/test_poplib.py.

What about rewriting pop3 server stub using asyncio, i think requests could be handled synchronously, there will be no benefits from asynchronous.

Please let me know what you think.
History
Date User Action Args
2017-05-29 19:46:56grzgrzgrz3setrecipients: + grzgrzgrz3, gvanrossum, vstinner, yselivanov, Mariatta
2017-05-29 19:46:56grzgrzgrz3setmessageid: <1496087216.11.0.347055963232.issue28533@psf.upfronthosting.co.za>
2017-05-29 19:46:56grzgrzgrz3linkissue28533 messages
2017-05-29 19:46:55grzgrzgrz3create