diff options
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -59,6 +59,9 @@ Core and Builtins Library ------- +- Issue #15176: Clarified behavior, documentation, and implementation + of os.listdir(). + - Issue #15164: Change return value of platform.uname() from a plain tuple to a collections.namedtuple. |