oslo.utils/releasenotes/notes/remove-strict-from-is_same_callback-cfbff2ada778987e.yaml
Takashi Kajinami 2319e6d328 Remove strict from is_same_callback()
The strict argument has been deprecated since 4.6.0 because it has no
effect in Python >=3.8 [1].

Because now this library supports only Python >=3.8, the logic for old
python versions can be removed.

[1] https://review.opendev.org/c/openstack/oslo.utils/+/750216

Related-Bug: #1841072
Change-Id: I5873c0df347a4e9a8a1fbfcf9f1212af14f7aef2
2023-03-15 03:31:45 +00:00

6 lines
154 B
YAML

---
upgrade:
- |
The ``strict`` argument has been removed from the ``is_same_callback``
function. The argument has had no effect in Python 3.8.