[New-bugs-announce] [issue15217] os.listdir is missing in os.supports_dir_fd

Hynek Schlawack report at bugs.python.org
Thu Jun 28 14:04:20 CEST 2012


New submission from Hynek Schlawack <hs at ox.cx>:

>>> n = os.open('/tmp', os.O_RDONLY)
>>> l = os.listdir(n)
>>> os.listdir in os.supports_dir_fd
False

----------
assignee: larry
components: Library (Lib)
messages: 164249
nosy: hynek, larry
priority: release blocker
severity: normal
stage: needs patch
status: open
title: os.listdir is missing in os.supports_dir_fd
type: behavior
versions: Python 3.3

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


More information about the New-bugs-announce mailing list