mirror of https://github.com/python/cpython
Restore Misc/NEWS entries lost in the merge for the previous commit.
This commit is contained in:
parent
68386bc0b8
commit
e6bdc8f2dd
|
@ -62,6 +62,10 @@ Library
|
||||||
- Issue #15164: Change return value of platform.uname() from a
|
- Issue #15164: Change return value of platform.uname() from a
|
||||||
plain tuple to a collections.namedtuple.
|
plain tuple to a collections.namedtuple.
|
||||||
|
|
||||||
|
- Support Mageia Linux in the platform module.
|
||||||
|
|
||||||
|
- Issue #11678: Support Arch linux in the platform module.
|
||||||
|
|
||||||
- Issue #15118: Change return value of os.uname() and os.times() from
|
- Issue #15118: Change return value of os.uname() and os.times() from
|
||||||
plain tuples to immutable iterable objects with named attributes
|
plain tuples to immutable iterable objects with named attributes
|
||||||
(structseq objects).
|
(structseq objects).
|
||||||
|
|
Loading…
Reference in New Issue