commit | 6f2bbd353b29a309cde387c0913dda32a8a3ebea | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Wed Aug 24 07:26:55 2005 +0000 |
committer | Georg Brandl <georg@python.org> | Wed Aug 24 07:26:55 2005 +0000 |
tree | c4d0274f36a33f94d9da9a68a32e2fad9c6b0985 | |
parent | 38387b8b910beeea9c6c2ed6c7b1bd26724bd813 [diff] [blame] |
bug [ 1193849 ] os.path.expanduser documentation wrt. empty $HOME
diff --git a/Misc/NEWS b/Misc/NEWS index 5bd2dc2..88cd985 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -456,6 +456,8 @@ Documentation ------------- +- Bug #1193849: Clarify os.path.expanduser() documentation. + - Bug #1243192: re.UNICODE and re.LOCALE affect \d, \D, \s and \S. - Bug #755617: Document the effects of os.chown() on Windows.