oslo.utils/releasenotes/notes/remove-fnmatch-f227b54f237a02c2.yaml
Stephen Finucane 5832a7485e Remove oslo_utils.fnmatch
This has been deprecated for a long time. No need to keep it around any
longer.

Change-Id: I8273e164243e014a658b725a375e5632af211945
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
2022-05-18 13:00:08 +01:00

6 lines
138 B
YAML

---
upgrade:
- |
The ``oslo_utils.fnmatch`` module has been removed. The stdlib ``fnmatch``
module is thread safe in Python 3+.