summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
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 8c758b0..444b335 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -67,6 +67,9 @@ Core and builtins
Extension Modules
-----------------
+- Use Win32 API to implement os.{chdir,rename,rmdir,remove}. As a result,
+ these functions now raise WindowsError instead of OSError.
+
- Calling Tk_Init twice is refused if the first call failed as that
may deadlock.