This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients cykerway, serhiy.storchaka, xtreak
Date 2018-11-26.13:10:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1543237815.5.0.788709270274.issue35314@psf.upfronthosting.co.za>
In-reply-to
Content
'^' is not considered as a special character in shell-style wildcards. Use '!' for negating the character set: '[!b].py'.

https://docs.python.org/3/library/fnmatch.html

`man bash` describes the behavior of Bash, not Python.
History
Date User Action Args
2018-11-26 13:10:15serhiy.storchakasetrecipients: + serhiy.storchaka, cykerway, xtreak
2018-11-26 13:10:15serhiy.storchakasetmessageid: <1543237815.5.0.788709270274.issue35314@psf.upfronthosting.co.za>
2018-11-26 13:10:15serhiy.storchakalinkissue35314 messages
2018-11-26 13:10:15serhiy.storchakacreate