While testing 0.10.0, a couple of regex tests fail. This happens under both python 2.7 and 3.4. Here is the failing portion of the log when building with python 2.7.10: ===== FAIL: testBasicCase2 ...
I am just switching to configargparse as a replacement for configparser.ConfigParser. Thanks for providing this. import configargparse import yaml import re from pathlib import Path def ...