summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2008-05-08 23:44:58 (GMT)
committerBenjamin Peterson <benjamin@python.org>2008-05-08 23:44:58 (GMT)
commitd71ca41b37a2d57ac355de8194fdee846a612837 (patch)
tree5b1a336beab4c745dcf9b8dba32980e897dda1cd /Misc
parent699adb9cd8efe80c99fb7d2815286aa026d83b91 (diff)
downloadcpython-d71ca41b37a2d57ac355de8194fdee846a612837.zip
cpython-d71ca41b37a2d57ac355de8194fdee846a612837.tar.gz
cpython-d71ca41b37a2d57ac355de8194fdee846a612837.tar.bz2
Remove os.path.walk
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 24a63ec..aaa6382 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -24,6 +24,8 @@ Library
- The imputil module has been removed.
+- os.path.walk has been removed in favor of os.walk
+
Build
-----