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 yselivanov
Recipients asvetlov, serhiy.storchaka, yselivanov
Date 2017-12-09.16:11:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1512835898.15.0.213398074469.issue32253@psf.upfronthosting.co.za>
In-reply-to
Content
> This can make harder writing portable code that works in 2.7, 3.4 and 3.7.

asyncio for Python 3.4 is fairly outdated.  Most of the async packages today require 3.5+, as they usually use async/await syntax.  I say this sort of backwards compatibility (showing a warning) isn't really a big concern.  A bigger concern for us is new code using 'with await lock' pattern, hence the warning.
History
Date User Action Args
2017-12-09 16:11:38yselivanovsetrecipients: + yselivanov, asvetlov, serhiy.storchaka
2017-12-09 16:11:38yselivanovsetmessageid: <1512835898.15.0.213398074469.issue32253@psf.upfronthosting.co.za>
2017-12-09 16:11:38yselivanovlinkissue32253 messages
2017-12-09 16:11:38yselivanovcreate