[issue46526] iglob exclude patterns

2022-01-25 Thread Henning Leth
Henning Leth added the comment: Fix typo in 1st post Code as i espected it would be writen: ... iglob(f'**/*[!{ignore}]', recursive=True) -- ___ Python tracker <https://bugs.python.org/issue46

[issue46526] iglob exclude patterns

2022-01-25 Thread Henning Leth
New submission from Henning Leth : Got a project where I am looking for all files in a project dir, except the some files/dir/extentions that should be ignored. Found a possible bug: - the set has to be defined even though it was a set when defined - f-string doesn´t work as I would expect