[issue39567] Add audit for os.walk(), os.fwalk(), Path.glob() and Path.rglob()

2020-02-06 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- title: Add audit for os.walk, os.fwalk, Path.glob() and Path.rglob() -> Add audit for os.walk(), os.fwalk(), Path.glob() and Path.rglob() ___ Python tracker

[issue39567] Add audit for os.walk, os.fwalk, Path.glob() and Path.rglob()

2020-02-06 Thread Serhiy Storchaka
New submission from Serhiy Storchaka : See issue38149. There is an audit for os.scandir(), but it would be useful to have information about higher-level operations. -- components: Library (Lib) messages: 361472 nosy: serhiy.storchaka, steve.dower priority: normal severity: normal

<    1   2