]> granicus.if.org Git - python/commit
Issue #13734: Add os.fwalk(), a directory walking function yielding file
authorCharles-François Natali <neologix@free.fr>
Sun, 5 Feb 2012 14:15:38 +0000 (15:15 +0100)
committerCharles-François Natali <neologix@free.fr>
Sun, 5 Feb 2012 14:15:38 +0000 (15:15 +0100)
commit7372b06cd7b6b1e88482215ffa27eec8e4b7861a
tree14d59be233b09255f3ded9fcf171d6769380bb40
parentfb39063202a020371c464627dd8b9d563c2dbf76
Issue #13734: Add os.fwalk(), a directory walking function yielding file
descriptors.
Doc/library/os.rst
Doc/whatsnew/3.3.rst
Lib/os.py
Lib/test/test_os.py
Misc/NEWS