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 <rep...@bugs.python.org>
<http://bugs.python.org/issue18087>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to