[issue21719] Returning Windows file attribute information via os.stat()

Ben Hoyt report at bugs.python.org
Fri Jun 20 04:14:59 CEST 2014


Ben Hoyt added the comment:

BTW, thanks for the mention in "What's New in Python 3.5": https://docs.python.org/3.5/whatsnew/3.5.html#os

Can I make one small suggestion for a tweak there? A link to the docs for os.stat() would be good. So maybe instead of mentioning "os.stat_result" -- which isn't really a documented class -- say "The return value of :func:`os.stat` now has..." where os.stat is a link to https://docs.python.org/3.5/library/os.html#os.stat with the documentation for that.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21719>
_______________________________________


More information about the Python-bugs-list mailing list