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 benhoyt
Recipients Jim.Jewett, benhoyt, ethan.furman, loewis, vstinner, zach.ware
Date 2014-06-20.02:14:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403230499.32.0.323396722193.issue21719@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-06-20 02:14:59benhoytsetrecipients: + benhoyt, loewis, vstinner, ethan.furman, Jim.Jewett, zach.ware
2014-06-20 02:14:59benhoytsetmessageid: <1403230499.32.0.323396722193.issue21719@psf.upfronthosting.co.za>
2014-06-20 02:14:59benhoytlinkissue21719 messages
2014-06-20 02:14:59benhoytcreate