Mercurial > hgrepos > Python > libs > ConfigMix
changeset 261:b84f8060d54c
More elaborated changelog for the last change.
And technically it is a breaking change.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Tue, 28 Jul 2020 08:31:08 +0200 |
| parents | 2cfd670281ae |
| children | f62764292b9d |
| files | CHANGES.txt docs/changes.rst |
| diffstat | 2 files changed, 18 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGES.txt Tue Jul 28 01:12:41 2020 +0200 +++ b/CHANGES.txt Tue Jul 28 08:31:08 2020 +0200 @@ -17,11 +17,13 @@ :released: n/a .. change:: - :tags: bugfix + :tags: breaking, feature - Do not set "root", "self" and "here" variables any more. This hinders - proper automatic configuration on some PyPy configurations when using - `genapplib`. + Do not set "root", "self" and "here" variables any more. The old + behaviour hindered proper automatic configuration on some PyPy + configurations when using `genapplib`. + + Only the INI-parser did set this variables automatically. .. changelog:: :version: 0.8.1
--- a/docs/changes.rst Tue Jul 28 01:12:41 2020 +0200 +++ b/docs/changes.rst Tue Jul 28 08:31:08 2020 +0200 @@ -16,6 +16,18 @@ Breaking Changes ================ +0.9 +--- + +- Do not set "root", "self" and "here" variables any more. This + hinders proper automatic configuration on some PyPy configurations + when using `genapplib`. + + While technically a breaking change no known client is known to + rely on the previous behaviour. + + Any only the INI-parser did set this variables automatically. + 0.8 ---
