| commit | 2c3d508c5fabe40dac848fb9ae558069f0576879 | [log] [tgz] |
|---|---|---|
| author | Jason R. Coombs <jaraco@jaraco.com> | Sat May 09 10:12:41 2020 -0400 |
| committer | GitHub <noreply@github.com> | Sat May 09 10:12:41 2020 -0400 |
| tree | a0075079dfef0b4f68bc1492a6ef6d0d9b3b916f | |
| parent | 77c614624b6bf2145bef69830d0f499d8b55ec0c [diff] |
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.