diff options
author | Georg Brandl <georg@python.org> | 2005-09-14 20:42:00 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2005-09-14 20:42:00 (GMT) |
commit | 3225242a39bef1a9f759867518981f512c2d61f3 (patch) | |
tree | 7cfcc6112375d13901f4d7b316d3612e25798502 /Misc/NEWS | |
parent | 80bbf3f6c82261d6f925fbc35d62a7766fd83310 (diff) | |
download | cpython-3225242a39bef1a9f759867518981f512c2d61f3.zip cpython-3225242a39bef1a9f759867518981f512c2d61f3.tar.gz cpython-3225242a39bef1a9f759867518981f512c2d61f3.tar.bz2 |
bug [ 1274828 ] splitunc not documented
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -512,6 +512,8 @@ Tests Documentation ------------- +- Bug #1274828: Document os.path.splitunc(). + - Bug #1190204: Clarify which directories are searched by site.py. - Bug #1193849: Clarify os.path.expanduser() documentation. |