log cutils/util/walk.py @ 199:b2aba84ca426

age author description
Fri, 17 Jan 2025 15:24:08 +0100 Franz Glasner Implement a "close()" method for cutils.util.walk.ScanDir.
Thu, 16 Jan 2025 23:18:04 +0100 Franz Glasner Put the effective filesystem encoding into the treesum digest file using FSENCODING = <encoding>
Thu, 16 Jan 2025 20:01:37 +0100 Franz Glasner Prepare for more Python2/3 compatibility: everywhere import print_function and absolute_import
Thu, 16 Jan 2025 19:31:57 +0100 Franz Glasner Use the imported "scandir()" implementation instead always the "os.scandir"