commit | d8948725d2e0693809c69d19417b9ffc2f525517 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Wed Jun 02 09:57:56 2004 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Wed Jun 02 09:57:56 2004 +0000 |
tree | c2374507c4efc2868385c875aaaa77d3c6cd83dc | |
parent | 0659452b8b273fb04fc6efee2f5b262837251818 [diff] [blame] |
Patch #954115: Fix os.stat handling of UNC roots. Will backport to 2.3.
diff --git a/Misc/NEWS b/Misc/NEWS index 33bfc43..15630a3 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -210,6 +210,8 @@ 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.