commit | 7372b06cd7b6b1e88482215ffa27eec8e4b7861a | [log] [tgz] |
---|---|---|
author | Charles-François Natali <neologix@free.fr> | Sun Feb 05 15:15:38 2012 +0100 |
committer | Charles-François Natali <neologix@free.fr> | Sun Feb 05 15:15:38 2012 +0100 |
tree | 14d59be233b09255f3ded9fcf171d6769380bb40 | |
parent | fb39063202a020371c464627dd8b9d563c2dbf76 [diff] [blame] |
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.