summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2012-06-25 11:49:05 (GMT)
committerLarry Hastings <larry@hastings.org>2012-06-25 11:49:05 (GMT)
commitc48fe98a7c3bb48fd689088baf3fedf9da7a8c70 (patch)
tree84126650691cd047e326368655e8fe5a9bd96101 /Misc
parent2a193a818a3a1e7ea8b184a068f39277c3468598 (diff)
downloadcpython-c48fe98a7c3bb48fd689088baf3fedf9da7a8c70.zip
cpython-c48fe98a7c3bb48fd689088baf3fedf9da7a8c70.tar.gz
cpython-c48fe98a7c3bb48fd689088baf3fedf9da7a8c70.tar.bz2
Issue #15177: Added dir_fd parameter to os.fwalk().
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 24a1458..7f4a294 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -59,6 +59,8 @@ Core and Builtins
Library
-------
+- Issue #15177: Added dir_fd parameter to os.fwalk().
+
- Issue #15176: Clarified behavior, documentation, and implementation
of os.listdir().