commit | 9c9a9ab6340eb2225f57fbef6d6cf9e3da547142 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sat Sep 30 09:13:29 2006 +0000 |
committer | Georg Brandl <georg@python.org> | Sat Sep 30 09:13:29 2006 +0000 |
tree | 4d72ca3af030913563863af6a7790eceff099c5a | |
parent | ad4e11e16d6ece17980e59a3b6474d0a186ffb56 [diff] [blame] |
Bug #1566602: correct failure of posixpath unittest when $HOME ends with a slash. (backport from rev. 52065)
diff --git a/Misc/NEWS b/Misc/NEWS index 6f6d0a4..56e0e2b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -41,6 +41,9 @@ Library ------- +- Bug #1566602: correct failure of posixpath unittest when $HOME ends + with a slash. + - Bug #1565661: in webbrowser, split() the command for the default GNOME browser in case it is a command with args.