Add note about Python 3.5+ only support for optimization_order

This commit is contained in:
Erik Johnson 2018-07-17 18:50:11 -05:00
parent 764969ce08
commit 0728b5f8b6
No known key found for this signature in database
GPG key ID: 5E5583C437808F3F
2 changed files with 6 additions and 0 deletions

View file

@ -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:

View file

@ -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: