]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix SF #763362, test_posixpath failed
authorNeal Norwitz <nnorwitz@gmail.com>
Tue, 1 Jul 2003 03:33:31 +0000 (03:33 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Tue, 1 Jul 2003 03:33:31 +0000 (03:33 +0000)
commit168e73d25e965888aa307fd74de597a35b660e1b
tree50f0cc25516826b0e58c980a3de57d97b6b3ed84
parent0ccda1ee1096799a30a6480feab0f6032f707c01
Fix SF #763362, test_posixpath failed
Don't check expanduser('~') if the home directory == the root directory
(ie, we are running as root).
Lib/test/test_posixpath.py