]> granicus.if.org Git - python/commit
SF bug [#469732] os.path.walk docstring inconsistent.
authorTim Peters <tim.peters@gmail.com>
Wed, 10 Oct 2001 04:16:20 +0000 (04:16 +0000)
committerTim Peters <tim.peters@gmail.com>
Wed, 10 Oct 2001 04:16:20 +0000 (04:16 +0000)
commitcf5e6a4a5dc85ca21bc62b0555781283a9810c3c
tree750be84c17a21fffc9ab5c4d775753a6bb221b55
parentec4b545014eefca5a0a6b3af6f5fd5882f585146
SF bug [#469732] os.path.walk docstring inconsistent.
We have 5 implementations of walk(), and 5 different docstrings.  Combined
'em.  Let's see how long it takes before they're all different again!
Lib/dospath.py
Lib/macpath.py
Lib/ntpath.py
Lib/plat-riscos/riscospath.py
Lib/posixpath.py