Mercurial > hgrepos > Python > libs > ConfigMix
view CHANGES.txt @ 151:c46b0f82922a
FIX: INIConfigParser.read_file(): correctly document the requirements for the file argument for different Python versions
| author | Franz Glasner <hg@dom66.de> |
|---|---|
| date | Sat, 14 Apr 2018 17:11:41 +0200 |
| parents | 8b7333caba25 |
| children | f8464559b838 |
line wrap: on
line source
.. -*- coding: utf-8; mode: rst; indent-tabs-mode: nil; -*- .. .. Valid tags: doc, feature, bugfix, test, breaking .. .. _changelog: Changelog ========= Pre-1.0 Series -------------- .. changelog:: :version: 0.6 .. change:: :tags: breaking, feature Reimplement :py:func:`configmix.safe_merge` do to a deepcopy of all source configurations when merging. Previously is was sort of a 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: breaking, feature Allow comment-like key-value pairs with configuration keys starting with ``__doc`` or ``__comment``. .. change:: :tags: doc Begin the documentation with `Sphinx <http://www.sphinx-doc.org>`_ .. change:: :tags: test Begin formal unittests .. change:: :tags: feature Build a tree of configuration settings from INI files .. change:: :tags: feature Allow JSON formatted files as configuration files also (suffix ".json"). .. change:: :tags: feature Allow custom configuration filename extensions and custom loaders that can handle custom configuration file syntax styles. .. changelog:: :version: 0.5 :released: 2016-04-19 .. change:: :tags: feature First really used release.
