summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2003-05-13 18:01:19 (GMT)
committerGuido van Rossum <guido@python.org>2003-05-13 18:01:19 (GMT)
commitbf1bef820c5af6b0a9a60abe1564ac35f036fdcb (patch)
tree28ff811dc3667e9efb3d021270c4a547f35c30c2 /Misc
parenta2f7728341956963c6088c7ba5076da0b9c1e6dd (diff)
downloadcpython-bf1bef820c5af6b0a9a60abe1564ac35f036fdcb.zip
cpython-bf1bef820c5af6b0a9a60abe1564ac35f036fdcb.tar.gz
cpython-bf1bef820c5af6b0a9a60abe1564ac35f036fdcb.tar.bz2
Add optional 'onerror' argument to os.walk(), to control error
handling.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d8a95a2..26b543b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -38,6 +38,9 @@ Extension modules
Library
-------
+- Added optional 'onerror' argument to os.walk(), to control error
+ handling.
+
- inspect.is{method|data}descriptor was added, to allow pydoc display
__doc__ of data descriptors.