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 Alex.Willmer, Roman.Evstifeev, giampaolo.rodola, gvanrossum, pitrou, vstinner, xdegaye, yselivanov
Date 2016-05-01.17:36:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462124214.76.0.530923621629.issue26858@psf.upfronthosting.co.za>
In-reply-to
Content
Where is the patch that adds android_ver()? At the very least that should be listed as a dependency here.

I don't very much like to have changes to asyncio that can only work in Python 3.6; there's still an upstream version (https://github.com/python/asyncio) that is used to do PyPI releases of asyncio for Python 3.3. I try to keep that in sync with the stdlib on all platforms, otherwise figuring out whether any changes need to be packported is a nightmare.

You might also update the comment somewhere that currently states that reuse_port is not supported on Windows.

PS. It amuses me that each platform apparently has a different way to check (there are three different types of platform checks in the lines you change).
History
Date User Action Args
2016-05-01 17:36:54gvanrossumsetrecipients: + gvanrossum, pitrou, vstinner, giampaolo.rodola, xdegaye, Roman.Evstifeev, yselivanov, Alex.Willmer
2016-05-01 17:36:54gvanrossumsetmessageid: <1462124214.76.0.530923621629.issue26858@psf.upfronthosting.co.za>
2016-05-01 17:36:54gvanrossumlinkissue26858 messages
2016-05-01 17:36:54gvanrossumcreate