diff options
author | Larry Hastings <larry@hastings.org> | 2012-06-25 11:42:23 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2012-06-25 11:42:23 (GMT) |
commit | fdaea06d3c0a020c226f26114aad4e58688f0ab3 (patch) | |
tree | b1aa85122d0fe1eb4c706d6e129215f69555ffff /Misc | |
parent | 3b52778c74f0290e6103a6381ff9189f6b8c5e51 (diff) | |
download | cpython-fdaea06d3c0a020c226f26114aad4e58688f0ab3.zip cpython-fdaea06d3c0a020c226f26114aad4e58688f0ab3.tar.gz cpython-fdaea06d3c0a020c226f26114aad4e58688f0ab3.tar.bz2 |
Issue #15176: Clarified behavior, documentation, and implementation
of os.listdir().
Diffstat (limited to 'Misc')
-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. |