diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2004-06-02 09:57:56 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2004-06-02 09:57:56 (GMT) |
commit | d8948725d2e0693809c69d19417b9ffc2f525517 (patch) | |
tree | c2374507c4efc2868385c875aaaa77d3c6cd83dc /Misc/NEWS | |
parent | 0659452b8b273fb04fc6efee2f5b262837251818 (diff) | |
download | cpython-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/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. |