Rewrite unicode/py3 section

This commit is contained in:
Erik Johnson 2018-03-22 09:39:06 -05:00
parent 064bc83276
commit 986c7bcdae
No known key found for this signature in database
GPG key ID: 5E5583C437808F3F

View file

@ -7,9 +7,17 @@ Salt 2018.3.0 Release Notes - Codename Oxygen
Unicode/Python 3 Compatibility Improvements
-------------------------------------------
Support for Unicode has been greatly improved, and many Python 3 compatibility
fixes have been made. We continue to work toward improving both, and welcome
any feedback.
This release fixes a number of nagging issues with Unicode strings in Salt
under Python 2 (ex. ``'ascii' codec can't decode byte 0xd0``). For best
results, use a UTF-8 locale (such as by setting the ``LANG`` environment
variable to one which supports UTF-8. For example ``en_US.UTF-8``,
``de_DE.UTF-8``, ``ru_RU.UTF-8``, ``C.UTF-8``).
Additionally, a number of Python 3 compatibility fixes have been made, many of
them having to do with file I/O and str/bytes mismatches.
We continue to work toward improving both Unicode and Python 3 compatibility
and welcome any feedback.
Lots of Docker Improvements