Message269705
For using threading with Tkinter there are two options : either to use threading or asyncio ( coroutines ). Because asyncio is easier as compared to threading, therefore I would like to use it.
But, coroutines are available only in Python >=3.5. Therefore should we target all Python 3 users or Python>=3.5 users? |
|
Date |
User |
Action |
Args |
2016-07-02 10:56:36 | upendra-k14 | set | recipients:
+ upendra-k14, rhettinger, terry.reedy, ncoghlan, ned.deily, dstufft, lorenzogotuned |
2016-07-02 10:56:36 | upendra-k14 | set | messageid: <1467456996.01.0.484129288044.issue27051@psf.upfronthosting.co.za> |
2016-07-02 10:56:35 | upendra-k14 | link | issue27051 messages |
2016-07-02 10:56:35 | upendra-k14 | create | |
|