2319e6d328
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
6 lines
154 B
YAML
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.
|