summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2008-05-09 00:27:01 (GMT)
committerBenjamin Peterson <benjamin@python.org>2008-05-09 00:27:01 (GMT)
commit0893a0a961c3393aea052b268b630a7e522ba3a9 (patch)
tree4b1535bcb1f2be754a8de5a711742c3574ab5438 /Misc
parent9ec4aa01f9e1b5f0d8ed94005ac5b14d6ff94ebc (diff)
downloadcpython-0893a0a961c3393aea052b268b630a7e522ba3a9.zip
cpython-0893a0a961c3393aea052b268b630a7e522ba3a9.tar.gz
cpython-0893a0a961c3393aea052b268b630a7e522ba3a9.tar.bz2
Add Py3k warnings to 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 5c7d304..a4f886b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -30,6 +30,8 @@ Library
- test.test_support.catch_warning() gained a 'record' argument.
+- os.path.walk is deprecated in favor of os.walk.
+
Build
-----