summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorHervé Beraud <hberaud@redhat.com>2021-05-10 14:18:43 +0200
committerHervé Beraud <hberaud@redhat.com>2021-05-11 13:41:22 +0200
commit4c893c92f551c9dd2a7cfbe7ae8171ad8139df0b (patch)
tree3153ad9bc95fdae741bba47d09c3020aaad76cb6 /releasenotes
parent36fa21870f9d00abcfe723b212bbb35911449509 (diff)
downloadoslo-utils-4c893c92f551c9dd2a7cfbe7ae8171ad8139df0b.tar.gz
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] https://opendev.org/openstack/oslo.utils/commit/e46a46ba90741987f1147afc56876e3d0d27e8a2 Change-Id: I538379f91d2ba415c566ada8d221b62b47ba80bb
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/deprecate-fnmatch-057a092d434a0c53.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/deprecate-fnmatch-057a092d434a0c53.yaml b/releasenotes/notes/deprecate-fnmatch-057a092d434a0c53.yaml
new file mode 100644
index 0000000..e187d5f
--- /dev/null
+++ b/releasenotes/notes/deprecate-fnmatch-057a092d434a0c53.yaml
@@ -0,0 +1,5 @@
+---
+deprecations:
+ - |
+ Oslo.utils's ``fnmatch`` module is deprecated, please use the stdlib
+ ``fnmatch`` module which is thread safe for python 3+.