summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2004-06-02 09:57:56 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2004-06-02 09:57:56 (GMT)
commitd8948725d2e0693809c69d19417b9ffc2f525517 (patch)
treec2374507c4efc2868385c875aaaa77d3c6cd83dc /Misc
parent0659452b8b273fb04fc6efee2f5b262837251818 (diff)
downloadcpython-d8948725d2e0693809c69d19417b9ffc2f525517.zip
cpython-d8948725d2e0693809c69d19417b9ffc2f525517.tar.gz
cpython-d8948725d2e0693809c69d19417b9ffc2f525517.tar.bz2
Patch #954115: Fix os.stat handling of UNC roots.
Will backport to 2.3.
Diffstat (limited to 'Misc')
-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.