Restore Misc/NEWS entries lost in the merge for the previous commit.

This commit is contained in:
Larry Hastings 2012-06-24 14:34:49 -07:00
parent 68386bc0b8
commit e6bdc8f2dd
1 changed files with 4 additions and 0 deletions

View File

@ -62,6 +62,10 @@ Library
- Issue #15164: Change return value of platform.uname() from a
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
plain tuples to immutable iterable objects with named attributes
(structseq objects).