]> granicus.if.org Git - python/commit
Issue #15118: Change return value of os.uname() and os.times() from
authorLarry Hastings <larry@hastings.org>
Sun, 24 Jun 2012 11:33:36 +0000 (04:33 -0700)
committerLarry Hastings <larry@hastings.org>
Sun, 24 Jun 2012 11:33:36 +0000 (04:33 -0700)
commit605a62ddb1c19978ee194a40a458f072e3242a31
tree68e0896556044c0b2d7e9db9a08fc8e449011f18
parentf62445ad30145e5e50c5b0ec9d979099b630039f
Issue #15118: Change return value of os.uname() and os.times() from
plain tuples to immutable iterable objects with named attributes
(structseq objects).
Doc/library/os.rst
Lib/ctypes/__init__.py
Lib/ctypes/util.py
Lib/platform.py
Lib/test/test__locale.py
Lib/test/test_locale.py
Lib/test/test_sysconfig.py
Lib/uuid.py
Misc/NEWS
Modules/posixmodule.c