[issue18087] os.listdir don't show hidden option

Dražen Lučanin report at bugs.python.org
Wed May 29 00:49:21 CEST 2013


New submission from Dražen Lučanin:

I would like to be able to list a directory, but without showing hidden files. Currently, as discussed in a SO question [1], one has to either code this manually or resort to other libraries (glob). This functionality should be available in the os module.

[1]: http://stackoverflow.com/questions/7099290/how-to-ignore-hidden-files-using-os-listdir-python

----------
components: Extension Modules
messages: 190255
nosy: kermit666
priority: normal
severity: normal
status: open
title: os.listdir don't show hidden option
type: enhancement

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


More information about the Python-bugs-list mailing list