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