[Python-ideas] A GUI for beginners and experts alike
Wes Turner
wes.turner at gmail.com
Fri Aug 24 11:07:51 EDT 2018
On Friday, August 24, 2018, Terry Reedy <tjreedy at udel.edu> wrote:
> On 8/24/2018 4:12 AM, Wes Turner wrote:
>
> There was a thread about deprecating Tk awhile back.
>>
>
> That was an intentionally annoying troll post, not a serious proposal.
> Please don't refer to it as if it were.
stdlib inclusion entails years of support commitment, backwards
incompatibility, waiting for a Python release to occur, and withstanding
phd-level challenges.
>
> asyncio event loop support would be great for real world apps.
>>
>
> This is unclear. Any app that wants to use asyncio can import it.
> Easily using async and await *without* using asyncio is a different matter.
asyncio support is only so useful when the GUI widget toolkit blocks
(doesn't use async or await
>
> --
> Terry Jan Reedy
>
> _______________________________________________
> Python-ideas mailing list
> Python-ideas at python.org
> https://mail.python.org/mailman/listinfo/python-ideas
> Code of Conduct: http://python.org/psf/codeofconduct/
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20180824/4193129a/attachment.html>
More information about the Python-ideas
mailing list