summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMark Hammond <mhammond@skippinet.com.au>2009-05-06 08:04:54 (GMT)
committerMark Hammond <mhammond@skippinet.com.au>2009-05-06 08:04:54 (GMT)
commit5a607a3ee5e81bdcef3f886f9d20c1376a533df4 (patch)
tree8f345de07eede5253b7507a925973bd2b8c1cdbb /Misc
parent9348901e24da507d5e8c68b8bad8b9b2827a4596 (diff)
downloadcpython-5a607a3ee5e81bdcef3f886f9d20c1376a533df4.zip
cpython-5a607a3ee5e81bdcef3f886f9d20c1376a533df4.tar.gz
cpython-5a607a3ee5e81bdcef3f886f9d20c1376a533df4.tar.bz2
Issue #5799: ntpath (ie, os.path on Windows) fully supports UNC pathnames.
By Larry Hastings, reviewed eric.smith and mark.hammond.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 45d9a49..35490d2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,10 @@ What's New in Python 3.1 beta 1?
Core and Builtins
-----------------
+- Issue #5799: ntpath (ie, os.path on Windows) fully supports UNC pathnames
+ in all operations, including splitdrive, split, etc. splitunc() now issues
+ a PendingDeprecation warning.
+
- Issue #5920: For float.__format__, change the behavior with the
empty presentation type (that is, not one of 'e', 'f', 'g', or 'n')
to be like 'g' but with at least one decimal point and with a