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 barry
Recipients barry, serhiy.storchaka, xdegaye
Date 2017-12-05.19:22:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1512501728.45.0.213398074469.issue32199@psf.upfronthosting.co.za>
In-reply-to
Content
Over in the PR I suggested:

Here's another thought: what if you just added another getter that calls ip link list and placed that after one that calls ip link. Wouldn't that accomplish both goals? Then if ip link fails, we fall back to the old behavior, so nothing changes. It's uglier, but it doesn't special case for the Android platform, and eventually we can decide to remove ip link list altogether.
History
Date User Action Args
2017-12-05 19:22:08barrysetrecipients: + barry, xdegaye, serhiy.storchaka
2017-12-05 19:22:08barrysetmessageid: <1512501728.45.0.213398074469.issue32199@psf.upfronthosting.co.za>
2017-12-05 19:22:08barrylinkissue32199 messages
2017-12-05 19:22:08barrycreate