oslo.utils/releasenotes/notes/deprecate-fnmatch-057a092d434a0c53.yaml
Hervé Beraud 4c893c92f5 Deprecate the fnmatch module.
Oslo.utils's fnmatch module was added to fix the py2.7 fnmatch module
who was not thread safe [1]. Python 2.7 is no longer supported so now we
can use the stdlib's fnmatch module and deprecate the one of oslo.utils.

[1] https://bugs.python.org/issue23191$
[2] e46a46ba90

Change-Id: I538379f91d2ba415c566ada8d221b62b47ba80bb
2021-05-11 13:41:22 +02:00

6 lines
156 B
YAML

---
deprecations:
- |
Oslo.utils's ``fnmatch`` module is deprecated, please use the stdlib
``fnmatch`` module which is thread safe for python 3+.