]> granicus.if.org Git - python/commit
New generator os.walk() does a bit more than os.path.walk() does, and
authorTim Peters <tim.peters@gmail.com>
Fri, 25 Apr 2003 07:11:48 +0000 (07:11 +0000)
committerTim Peters <tim.peters@gmail.com>
Fri, 25 Apr 2003 07:11:48 +0000 (07:11 +0000)
commitc4e09400422487857a665a5c69a4e2d07a909aed
tree3b31be0701fea9d0131c84929e53eb1ae0713b49
parente7adda903500e3467f8d892c6ad46a73a19164b4
New generator os.walk() does a bit more than os.path.walk() does, and
seems much easier to use.  Code, docs, NEWS, and additions to test_os.py
(testing this sucker is a bitch!).
Doc/lib/libos.tex
Doc/lib/libposixpath.tex
Lib/os.py
Lib/test/test_os.py
Misc/NEWS