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 njs
Recipients asvetlov, malin, methane, ned.deily, njs, paul.moore, skn78, steve.dower, thatiparthy, tim.golden, tjguk, zach.ware
Date 2018-02-05.08:46:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1517820415.32.0.467229070634.issue32394@psf.upfronthosting.co.za>
In-reply-to
Content
I definitely don't think we should get into the game of trying to guess which flags are supported at runtime and only exposing those. It's not as simple as keeping a table of OS versions -- which would be hard enough to get right -- but on Linux you can have things like vendor backports of features to old versions, or a new kernel that happens to have had a particular feature configured out of it. (For example, AFAIK some major cloud providers still use kernels that have had IPv6 support removed entirely.)
History
Date User Action Args
2018-02-05 08:46:55njssetrecipients: + njs, paul.moore, tim.golden, ned.deily, asvetlov, methane, zach.ware, steve.dower, thatiparthy, malin, tjguk, skn78
2018-02-05 08:46:55njssetmessageid: <1517820415.32.0.467229070634.issue32394@psf.upfronthosting.co.za>
2018-02-05 08:46:55njslinkissue32394 messages
2018-02-05 08:46:55njscreate