]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40570: Improve compatibility of uname_result with late-bound .platform (#20015)
authorJason R. Coombs <jaraco@jaraco.com>
Sat, 9 May 2020 14:12:41 +0000 (10:12 -0400)
committerGitHub <noreply@github.com>
Sat, 9 May 2020 14:12:41 +0000 (10:12 -0400)
commit2c3d508c5fabe40dac848fb9ae558069f0576879
treea0075079dfef0b4f68bc1492a6ef6d0d9b3b916f
parent77c614624b6bf2145bef69830d0f499d8b55ec0c
bpo-40570: Improve compatibility of uname_result with late-bound .platform (#20015)

* bpo-40570: Improve compatibility of uname_result with late-bound .platform.

* Add test capturing ability to cast uname to a tuple.
Lib/platform.py
Lib/test/test_platform.py