| commit | 7f0d88860f04d6411dbc1218bf78d9ec5ce153b8 | [log] [tgz] |
|---|---|---|
| author | Jesus Cea <jcea@jcea.es> | Thu May 10 05:10:50 2012 +0200 |
| committer | Jesus Cea <jcea@jcea.es> | Thu May 10 05:10:50 2012 +0200 |
| tree | 8c08d2d132666b6f9924d6e7d1f0acbd6e3c0d4a | |
| parent | d576c711a510204604f707e1cbf773b4a39f21a3 [diff] [blame] |
Closes #14768: os.path.expanduser('~/a') doesn't works correctly when HOME is '/'
diff --git a/Misc/NEWS b/Misc/NEWS index b6bc463..c4901b0 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -63,6 +63,8 @@ Library ------- +- Issue #14768: os.path.expanduser('~/a') doesn't works correctly when HOME is '/'. + - Issue #14741: Fix missing support for Ellipsis ('...') in parser module. - Issue #14697: Fix missing support for set displays and set comprehensions in