summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2005-09-14 20:42:04 (GMT)
committerGeorg Brandl <georg@python.org>2005-09-14 20:42:04 (GMT)
commitd82374d2420cd2935b009590e99f78b3f0e79d96 (patch)
tree3443055b9d86e2761ac2ba78985290bd4483f053 /Misc
parent098066dde92ca604551d88f72ed1e3df856d0991 (diff)
downloadcpython-d82374d2420cd2935b009590e99f78b3f0e79d96.zip
cpython-d82374d2420cd2935b009590e99f78b3f0e79d96.tar.gz
cpython-d82374d2420cd2935b009590e99f78b3f0e79d96.tar.bz2
backport bug [ 1274828 ] splitunc not documented
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 f3eaa3a..45a62ef 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -170,6 +170,8 @@ Build
Documentation
-------------
+- Bug #1274828: Document os.path.splitunc().
+
- Bug #1190204: Clarify which directories are searched by site.py.
- Bug #1193849: Clarify os.path.expanduser() documentation.