Mercurial > hgrepos > Python > libs > ConfigMix
diff CHANGES.txt @ 120:ba5970a2dcef
The default file encoding when reading INI style files with configmix.ini.load() is now "UTF-8".
Added unittests for proper Unicode handling.
| author | Franz Glasner <f.glasner@feldmann-mg.com> |
|---|---|
| date | Thu, 29 Mar 2018 12:38:52 +0200 |
| parents | e37fc67ae7f3 |
| children | 21d92ff8cf31 |
line wrap: on
line diff
--- a/CHANGES.txt Thu Mar 29 12:37:20 2018 +0200 +++ b/CHANGES.txt Thu Mar 29 12:38:52 2018 +0200 @@ -23,6 +23,15 @@ shallow copy. .. change:: + :tags: breaking, feature + + The default file encoding when reading INI style files with + :py:func:`configmix.ini.load` is now "UTF-8". Previously it was + undefined and therefore dependent on the user's locale. + + An `encoding` keyword argument can be specified explicitely now. + + .. change:: :tags: doc Begin the documentation with `Sphinx <http://www.sphinx-doc.org>`_
