Mercurial > hgrepos > Python > libs > ConfigMix
view doc/index.rst @ 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 | 2b79ddc0f92b |
| children | 5c377941b0f8 |
line wrap: on
line source
.. -*- coding: utf-8 -*- .. ConfigMix documentation master file, created by sphinx-quickstart on Tue Feb 27 22:03:52 2018. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. =========== ConfigMix =========== This is the documentation of the :mod:`configmix` package, a library for helping with configuration files. .. toctree:: :maxdepth: 3 readme introduction apidoc changes todo authors license Indices and tables ================== .. only:: builder_html * :ref:`genindex` * :ref:`modindex` * :ref:`search` .. only:: not builder_html * :ref:`modindex`
