]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Solaris' /dev/null is a symlink. The device test now uses stat instead of lstat to...
authorChristian Heimes <christian@cheimes.de>
Sun, 23 Jun 2013 14:10:29 +0000 (16:10 +0200)
committerChristian Heimes <christian@cheimes.de>
Sun, 23 Jun 2013 14:10:29 +0000 (16:10 +0200)
commit36a7e4f74a7fdf193f0fd0fab8ace602bca490a5
treea8bd34343cb2b5c5e8bba84948ce42cc58823e0c
parent9ee0203057e7a566e562233e2c48e0c752ecc989
Solaris' /dev/null is a symlink. The device test now uses stat instead of lstat to compensate
for symlinks.
Lib/test/test_stat.py