diff options
author | Benjamin Peterson <benjamin@python.org> | 2008-05-08 23:44:58 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2008-05-08 23:44:58 (GMT) |
commit | d71ca41b37a2d57ac355de8194fdee846a612837 (patch) | |
tree | 5b1a336beab4c745dcf9b8dba32980e897dda1cd /Misc | |
parent | 699adb9cd8efe80c99fb7d2815286aa026d83b91 (diff) | |
download | cpython-d71ca41b37a2d57ac355de8194fdee846a612837.zip cpython-d71ca41b37a2d57ac355de8194fdee846a612837.tar.gz cpython-d71ca41b37a2d57ac355de8194fdee846a612837.tar.bz2 |
Remove os.path.walk
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -24,6 +24,8 @@ Library - The imputil module has been removed. +- os.path.walk has been removed in favor of os.walk + Build ----- |