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 cjrh
Recipients Elvis.Pranskevichus, asvetlov, cjrh, docs@python, ned.deily, willingc, yselivanov
Date 2019-06-16.13:47:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560692863.59.0.800401052014.issue34831@roundup.psfhosted.org>
In-reply-to
Content
FYI I'm going to be using the 3rd-party prompt-toolkit for the chat client. (The server depends only on asyncio only).  I put several hours research into finding a way for the CLI chat client to be not terrible, but it gets very complicated trying to manage stdin and stdout with asyncio.  OTOH prompt-toolkit just gives us exactly what we need, and the code looks short, neat and easy to understand. I hope that's ok (that I'll be mentioning a 3rd party lib in the tutorial).
History
Date User Action Args
2019-06-16 13:47:43cjrhsetrecipients: + cjrh, ned.deily, asvetlov, Elvis.Pranskevichus, docs@python, yselivanov, willingc
2019-06-16 13:47:43cjrhsetmessageid: <1560692863.59.0.800401052014.issue34831@roundup.psfhosted.org>
2019-06-16 13:47:43cjrhlinkissue34831 messages
2019-06-16 13:47:43cjrhcreate