summaryrefslogtreecommitdiff
path: root/releasenotes/notes/deprecate-fnmatch-057a092d434a0c53.yaml
blob: e187d5f391595a94d89c231981bb34a7559f8b9f (plain)
1
2
3
4
5
---
deprecations:
  - |
    Oslo.utils's ``fnmatch`` module is deprecated, please use the stdlib
    ``fnmatch`` module which is thread safe for python 3+.