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 Maxime S, gvanrossum, serhiy.storchaka, terry.reedy, yselivanov
Date 2016-07-18.04:47:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAP7+vJKQoKP1TqiK7BqOGXW8oyTDPG+9J8BfOR6gewwK8SNzGw@mail.gmail.com>
In-reply-to <1468815028.6.0.188713230319.issue27546@psf.upfronthosting.co.za>
Content
I expect it should eventually be added to tkinter. But I also think it
might be worthwhile to first develop it as a 3rd party package on
PyPI, to see if it can actually be done well enough to put it in the
stdlib.

I guess a demo app should be part of the project; the demo should show
that some independently developed asyncio code (perhaps derived from
examples/crawl.py in the asyncio repo) can run while also maintaining
a UI built using Tkinter responsive. Ideally there would also be a
demonstration of how the UI and the crawl code interact. And no
threads.
History
Date User Action Args
2016-07-18 04:47:11gvanrossumsetrecipients: + gvanrossum, terry.reedy, serhiy.storchaka, yselivanov, Maxime S
2016-07-18 04:47:11gvanrossumlinkissue27546 messages
2016-07-18 04:47:10gvanrossumcreate