]> 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:52 +0000 (21:17 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 3 May 2016 18:17:52 +0000 (21:17 +0300)
commit0e120525f0a2dfcd417905593cad27169907a4d5
tree70b1e22f6217249335602dc1650d834b1fb172be
parent478be14ec0a2ae44e6ab78ed79ea8d238581a4d2
parenta3fd0b26ba7d302475e051b698c86f512d0e7a14
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