]> granicus.if.org Git - python/commit
bpo-28167: Remove platform._dist_try_harder() (GH-10787)
authorVictor Stinner <vstinner@redhat.com>
Thu, 29 Nov 2018 02:14:03 +0000 (03:14 +0100)
committerGitHub <noreply@github.com>
Thu, 29 Nov 2018 02:14:03 +0000 (03:14 +0100)
commit7cc1fa40b76de34a0fe86162667c87ce7a18f33d
treecc1ece0131aaeb14a1b687d1dce8f6e37e8f19c7
parent2956bffbc00127af65f69e04d7979021a21d1288
bpo-28167: Remove platform._dist_try_harder() (GH-10787)

platform._dist_try_harder() was an helper function
for platform.linux_distribution() which has been removed by the
commit 8b94b41ab7b12f745dea744e8940631318816935.
Lib/platform.py