[New-bugs-announce] [issue15186] Support os.walk(dir_fd=)

Larry Hastings report at bugs.python.org
Tue Jun 26 01:39:45 CEST 2012


New submission from Larry Hastings <larry at hastings.org>:

Adds dir_fd support to os.walk().  Just re-yields from os.fwalk(), removing the last element.

Note: Python 3.4.

----------
assignee: larry
files: larry.os.walk.dir_fd.1.diff
keywords: patch
messages: 164023
nosy: larry
priority: normal
severity: normal
stage: patch review
status: open
title: Support os.walk(dir_fd=)
type: enhancement
versions: Python 3.4
Added file: http://bugs.python.org/file26160/larry.os.walk.dir_fd.1.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15186>
_______________________________________


More information about the New-bugs-announce mailing list