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 gvanrossum
Recipients Hans Lawrenz, gvanrossum, vstinner, yselivanov
Date 2016-04-18.15:19:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1460992740.88.0.610142784946.issue26796@psf.upfronthosting.co.za>
In-reply-to
Content
I like this idea for 3.5 and later. I know this is a pain, but I would like the code to have a version check so that the identical code can still be used in Python 3.3 and 3.4. We go through great lengths to keep the asyncio package compatible with those versions so that we can occasionally push a version out to PyPI for 3.3 and 3.4 users. If the versions diverge we would be unable to keep track of other bug fixes.
History
Date User Action Args
2016-04-18 15:19:00gvanrossumsetrecipients: + gvanrossum, vstinner, yselivanov, Hans Lawrenz
2016-04-18 15:19:00gvanrossumsetmessageid: <1460992740.88.0.610142784946.issue26796@psf.upfronthosting.co.za>
2016-04-18 15:19:00gvanrossumlinkissue26796 messages
2016-04-18 15:19:00gvanrossumcreate