]> granicus.if.org Git - python/commit
Issue #15164: Change return value of platform.uname() from a
authorLarry Hastings <larry@hastings.org>
Sun, 24 Jun 2012 21:30:41 +0000 (14:30 -0700)
committerLarry Hastings <larry@hastings.org>
Sun, 24 Jun 2012 21:30:41 +0000 (14:30 -0700)
commit68386bc0b88eb4b7c9aeb4f753114dc85f8df5b6
tree051c2a77f319435a45f398049806b6fd2e09408b
parent56ed2844fa88882a91f9ccf670c0e7a9736eb2a2
Issue #15164: Change return value of platform.uname() from a
plain tuple to a collections.namedtuple.
Doc/library/platform.rst
Lib/platform.py
Lib/sysconfig.py
Lib/test/test__locale.py
Lib/test/test_platform.py
Misc/NEWS