]> granicus.if.org Git - python/commit
Issue #24950: Fixed expanduser tests when the users home directory in pwd is "/".
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 3 May 2016 18:17:03 +0000 (21:17 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 3 May 2016 18:17:03 +0000 (21:17 +0300)
commita3fd0b26ba7d302475e051b698c86f512d0e7a14
tree182105d3ba29f726e1aa0f41f2c40382ffdc7243
parent929d7f86d50b21ac10ad7fea73d3b9c4cf63b18a
Issue #24950: Fixed expanduser tests when the users home directory in pwd is "/".
Based on patch by SilentGhost.
Lib/test/test_pathlib.py
Lib/test/test_posixpath.py