File: TODO

package info (click to toggle)
python-glob2 0.5-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 148 kB
  • sloc: python: 443; makefile: 3
file content (4 lines) | stat: -rw-r--r-- 242 bytes parent folder | download | duplicates (3)
1
2
3
4
Because our implementation of recursive directory search (**) using
os.walk, and the matching using fnmatch, are both not using iterators,
something like /** currently needs to read the whole filesystem into
memory before returning anything.