commit | 7f13cfa6741ce4a3b5557a9bc10de302dabccd90 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Mon Nov 22 16:53:46 2004 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Mon Nov 22 16:53:46 2004 +0000 |
tree | 5f641a865d03d8437d7bd621dbe5443993aca640 | |
parent | 919a3b40f9753aa7a9ce8efee9fad04919dd2929 [diff] |
os.walk(): Changed the "sum of bytes consumed by files" example to use a generator expression instead of a listcomp. Not a backport candidate (genexps are new in 2.4).