]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #15177: Added dir_fd parameter to os.fwalk().
authorLarry Hastings <larry@hastings.org>
Mon, 25 Jun 2012 11:49:05 +0000 (04:49 -0700)
committerLarry Hastings <larry@hastings.org>
Mon, 25 Jun 2012 11:49:05 +0000 (04:49 -0700)
commitc48fe98a7c3bb48fd689088baf3fedf9da7a8c70
tree84126650691cd047e326368655e8fe5a9bd96101
parent2a193a818a3a1e7ea8b184a068f39277c3468598
Issue #15177: Added dir_fd parameter to os.fwalk().
Doc/library/os.rst
Lib/os.py
Lib/test/test_os.py
Misc/NEWS