mirror of
https://github.com/ansible/ansible.git
synced 2026-08-03 00:22:10 +02:00
* [stable-2.20] Don't deprecate six yet (#86020)
(cherry picked from commit 1a3e63c)
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
deprecated_features:
|
||||
- Deprecate the ``ansible.module_utils.six`` module. Use the Python standard library equivalent instead.
|
||||
@@ -33,14 +33,6 @@ import operator
|
||||
import sys
|
||||
import types
|
||||
|
||||
from ansible.module_utils.common import warnings as _warnings
|
||||
|
||||
_warnings.deprecate(
|
||||
msg="The `ansible.module_utils.six` module is deprecated.",
|
||||
help_text="Use the Python standard library equivalent instead.",
|
||||
version="2.24",
|
||||
)
|
||||
|
||||
# The following makes it easier for us to script updates of the bundled code. It is not part of
|
||||
# upstream six
|
||||
_BUNDLED_METADATA = {"pypi_name": "six", "version": "1.17.0"}
|
||||
|
||||
Reference in New Issue
Block a user