salt/changelog/64457.changed.md
Pedro Algarvio c463c94b8d Stop using the deprecated locale.getdefaultlocale() function
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
2023-06-29 08:01:12 +01:00

261 B

Addressed Python 3.11 deprecations:

  • Switch to FullArgSpec since Py 3.11 no longer has ArgSpec, deprecated since Py 3.0
  • Stopped using the deprecated cgi module.
  • Stopped using the deprecated pipes module
  • Stopped using the deprecated imp module