log cutils/util/walk.py @ 196:0f4febf646f5

age author description
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"
Thu, 16 Jan 2025 12:19:02 +0100 Franz Glasner Comment WalkDirEntry properties somewhat
Sat, 11 Jan 2025 21:18:53 +0100 Franz Glasner Cleanup: remove non used walk-code
Sat, 11 Jan 2025 17:41:28 +0100 Franz Glasner Add an alternate implementation for generating directory tree digests:
Sat, 11 Jan 2025 12:20:11 +0100 Franz Glasner Implement cutils.util.walk.Scandir as a wrapper for os.scandir()