summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorJesus Cea <jcea@jcea.es>2012-05-10 03:10:50 (GMT)
committerJesus Cea <jcea@jcea.es>2012-05-10 03:10:50 (GMT)
commit7f0d88860f04d6411dbc1218bf78d9ec5ce153b8 (patch)
tree8c08d2d132666b6f9924d6e7d1f0acbd6e3c0d4a /Misc
parentd576c711a510204604f707e1cbf773b4a39f21a3 (diff)
downloadcpython-7f0d88860f04d6411dbc1218bf78d9ec5ce153b8.zip
cpython-7f0d88860f04d6411dbc1218bf78d9ec5ce153b8.tar.gz
cpython-7f0d88860f04d6411dbc1218bf78d9ec5ce153b8.tar.bz2
Closes #14768: os.path.expanduser('~/a') doesn't works correctly when HOME is '/'
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS2
2 files changed, 3 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 6d8b6dd..780c06f 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -308,6 +308,7 @@ Doug Fort
John Fouhy
Martin Franklin
Robin Friedrich
+Bradley Froehle
Ivan Frohne
Jim Fulton
Tadayoshi Funaba
diff --git a/Misc/NEWS b/Misc/NEWS
index b6bc463..c4901b0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -63,6 +63,8 @@ Core and Builtins
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