commit | f2011e3e49a91e613bbe69a198c2b2239cb874a6 | [log] [tgz] |
---|---|---|
author | Jesus Cea <jcea@jcea.es> | Thu May 10 05:01:11 2012 +0200 |
committer | Jesus Cea <jcea@jcea.es> | Thu May 10 05:01:11 2012 +0200 |
tree | 537e9e8b5aefda68638bb5eaf031209244d88c08 | |
parent | 95f42a86dda8e26ef13a3ce67461e00705173929 [diff] [blame] |
Closes #14768: os.path.expanduser('~/a') doesn't works correctly when HOME is '/'
diff --git a/Misc/NEWS b/Misc/NEWS index 29e6dad..7dbeb9e 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -60,6 +60,8 @@ Library ------- +- Issue #14768: os.path.expanduser('~/a') doesn't works correctly when HOME is '/'. + - Issue #13183: Fix pdb skipping frames after hitting a breakpoint and running step. Patch by Xavier de Gaye.