summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 33bfc43..15630a3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -210,6 +210,8 @@ Core and builtins
Extension modules
-----------------
+- nt now properly allows to refer to UNC roots, e.g. in nt.stat().
+
- the weakref module now supports additional objects: array.array,
sre.pattern_objects, file objects, and sockets.