Skip to content
  • Markus Hans Demleitner's avatar
    Pathlib introduction. · 4be7abcd
    Markus Hans Demleitner authored
    The path-like config items now return pathlib.Path instances, which means
    that large parts of DaCHS now work with those internally.
    
    For the user-visible items (sourceTokens, inputRelativePath, and the like)
    we plan to keep plain strings for now.  Given people to all kinds
    of path manipulations with strings on these, changing these to Path-s would
    be a really serious API change (with questionable benefit).
    4be7abcd