mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add note about Python 3.5+ only support for optimization_order
This commit is contained in:
parent
764969ce08
commit
0728b5f8b6
2 changed files with 6 additions and 0 deletions
|
@ -1622,6 +1622,9 @@ Default: ``[0, 1, 2]``
|
|||
In cases where Salt is distributed without .py files, this option determines
|
||||
the priority of optimization level(s) Salt's module loader should prefer.
|
||||
|
||||
.. note::
|
||||
This option is only supported on Python 3.5+.
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
optimization_order:
|
||||
|
|
|
@ -1205,6 +1205,9 @@ Default: ``[0, 1, 2]``
|
|||
In cases where Salt is distributed without .py files, this option determines
|
||||
the priority of optimization level(s) Salt's module loader should prefer.
|
||||
|
||||
.. note::
|
||||
This option is only supported on Python 3.5+.
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
optimization_order:
|
||||
|
|
Loading…
Add table
Reference in a new issue