Issue #13734: Add os.fwalk(), a directory walking function yielding file
descriptors.
diff --git a/Misc/NEWS b/Misc/NEWS
index 4709828..d1f5cb3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -466,6 +466,9 @@
 Library
 -------
 
+- Issue #13734: Add os.fwalk(), a directory walking function yielding file
+  descriptors.
+
 - Issue #2945: Make the distutils upload command aware of bdist_rpm products.
 
 - Issue #13712: pysetup create should not convert package_data to extra_files.