Mercurial > hgrepos > Python > libs > ConfigMix
view tests/data/conf3.py @ 256:7e26d31f52de
FIX: Allow non-text keys when merging: handle .startswith() errors gracefully
| author | Franz Glasner <f.glasner@feldmann-mg.com> |
|---|---|
| date | Wed, 08 Jul 2020 10:26:44 +0200 |
| parents | 84b9578cacce |
| children |
line wrap: on
line source
# -*- coding: utf-8 -*- key1 = u"the next value " _key2 = "non-exported value"
