4c893c92f5
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
6 lines
156 B
YAML
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+.
|