Message333130
Historically, Python used to mimick the libc: there are os.stat() and os.lstat() for example. But later, os.stat(*, follow_symlinks=False) keyword-only parameter has been added: if true, lstat() is used internally. |
|
Date |
User |
Action |
Args |
2019-01-07 00:49:12 | vstinner | set | recipients:
+ vstinner, serhiy.storchaka, pablogsal |
2019-01-07 00:49:10 | vstinner | set | messageid: <1546822150.93.0.745187123619.issue35674@roundup.psfhosted.org> |
2019-01-07 00:49:10 | vstinner | link | issue35674 messages |
2019-01-07 00:49:10 | vstinner | create | |
|