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, willingc, yselivanov
Date 2019-06-19.12:39:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
I'm removing the GUI section of the chat case study. Yury was right, it's not going to add anything useful. The CLI chat client will work well because prompt-toolkit has actual support for asyncio.  Tkinter does not, and I think it'll be better to add a GUI section to this tutorial only once Tkinter gets first-class support for asyncio.
History
Date User Action Args
2019-06-19 12:39:06cjrhsetrecipients: + cjrh, asvetlov, Elvis.Pranskevichus, docs@python, yselivanov, willingc
2019-06-19 12:39:06cjrhsetmessageid: <[email protected]>
2019-06-19 12:39:06cjrhlinkissue34831 messages
2019-06-19 12:39:05cjrhcreate