diff options
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |