mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 17:50:20 +00:00
261 B
261 B
Addressed Python 3.11 deprecations:
- Switch to
FullArgSpec
since Py 3.11 no longer hasArgSpec
, deprecated since Py 3.0 - Stopped using the deprecated
cgi
module. - Stopped using the deprecated
pipes
module - Stopped using the deprecated
imp
module