summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_stat.py
Commit message (Collapse)AuthorAgeFilesLines
* Solaris' /dev/null is a symlink. The device test now uses stat instead of ↵Christian Heimes2013-06-231-4/+8
| | | | | | lstat to compensate for symlinks.
* transplant test_stat from default to 2.7 in order to make sure it works on ↵Christian Heimes2013-06-221-0/+171
all supported platforms