This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author harridu
Recipients docs@python, harridu
Date 2021-09-06.11:54:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1630929270.55.0.756722168935.issue45114@roundup.psfhosted.org>
In-reply-to
Content
The example on https://docs.python.org/3/library/stat.html should be improved to avoid endless recursion, if there is a symlink loop. I would suggest to use os.lstat instead of os.stat.
History
Date User Action Args
2021-09-06 11:54:30harridusetrecipients: + harridu, docs@python
2021-09-06 11:54:30harridusetmessageid: <1630929270.55.0.756722168935.issue45114@roundup.psfhosted.org>
2021-09-06 11:54:30harridulinkissue45114 messages
2021-09-06 11:54:30harriducreate