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 serhiy.storchaka
Recipients asvetlov, giampaolo.rodola, gvanrossum, serhiy.storchaka, vstinner, yselivanov
Date 2017-11-29.10:17:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1511950632.28.0.213398074469.issue32166@psf.upfronthosting.co.za>
In-reply-to
Content
I support getting rid of outdated code.

But what is relation between asyncio in the stdlib and the version outside of the stdlib? Shouldn't the code support old Python versions for easier synchronization? I remember in the past this prevented modernizing it.

The support of 3.4 is important, since this is a version shipped with Ubuntu 16.04 LTS. This will be a main version for enterprise at least yet a year.
History
Date User Action Args
2017-11-29 10:17:12serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, vstinner, giampaolo.rodola, asvetlov, yselivanov
2017-11-29 10:17:12serhiy.storchakasetmessageid: <1511950632.28.0.213398074469.issue32166@psf.upfronthosting.co.za>
2017-11-29 10:17:12serhiy.storchakalinkissue32166 messages
2017-11-29 10:17:12serhiy.storchakacreate