commit | 3225242a39bef1a9f759867518981f512c2d61f3 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Wed Sep 14 20:42:00 2005 +0000 |
committer | Georg Brandl <georg@python.org> | Wed Sep 14 20:42:00 2005 +0000 |
tree | 7cfcc6112375d13901f4d7b316d3612e25798502 | |
parent | 80bbf3f6c82261d6f925fbc35d62a7766fd83310 [diff] [blame] |
bug [ 1274828 ] splitunc not documented
diff --git a/Misc/NEWS b/Misc/NEWS index 45e7007..855a95c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -512,6 +512,8 @@ Documentation ------------- +- Bug #1274828: Document os.path.splitunc(). + - Bug #1190204: Clarify which directories are searched by site.py. - Bug #1193849: Clarify os.path.expanduser() documentation.