summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2005-08-24 07:26:55 (GMT)
committerGeorg Brandl <georg@python.org>2005-08-24 07:26:55 (GMT)
commit6f2bbd353b29a309cde387c0913dda32a8a3ebea (patch)
treec4d0274f36a33f94d9da9a68a32e2fad9c6b0985 /Misc
parent38387b8b910beeea9c6c2ed6c7b1bd26724bd813 (diff)
downloadcpython-6f2bbd353b29a309cde387c0913dda32a8a3ebea.zip
cpython-6f2bbd353b29a309cde387c0913dda32a8a3ebea.tar.gz
cpython-6f2bbd353b29a309cde387c0913dda32a8a3ebea.tar.bz2
bug [ 1193849 ] os.path.expanduser documentation wrt. empty $HOME
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 5bd2dc2..88cd985 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -456,6 +456,8 @@ Tests
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.