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 upendra-k14
Recipients dstufft, lorenzogotuned, ncoghlan, ned.deily, rhettinger, terry.reedy, upendra-k14
Date 2016-07-02.10:56:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1467456996.01.0.484129288044.issue27051@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2016-07-02 10:56:36upendra-k14setrecipients: + upendra-k14, rhettinger, terry.reedy, ncoghlan, ned.deily, dstufft, lorenzogotuned
2016-07-02 10:56:36upendra-k14setmessageid: <1467456996.01.0.484129288044.issue27051@psf.upfronthosting.co.za>
2016-07-02 10:56:35upendra-k14linkissue27051 messages
2016-07-02 10:56:35upendra-k14create