commit | c48fe98a7c3bb48fd689088baf3fedf9da7a8c70 | [log] [tgz] |
---|---|---|
author | Larry Hastings <larry@hastings.org> | Mon Jun 25 04:49:05 2012 -0700 |
committer | Larry Hastings <larry@hastings.org> | Mon Jun 25 04:49:05 2012 -0700 |
tree | 84126650691cd047e326368655e8fe5a9bd96101 | |
parent | 2a193a818a3a1e7ea8b184a068f39277c3468598 [diff] [blame] |
Issue #15177: Added dir_fd parameter to os.fwalk().
diff --git a/Misc/NEWS b/Misc/NEWS index 24a1458..7f4a294 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -59,6 +59,8 @@ Library ------- +- Issue #15177: Added dir_fd parameter to os.fwalk(). + - Issue #15176: Clarified behavior, documentation, and implementation of os.listdir().