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 gregory.p.smith
Recipients gregory.p.smith, vstinner
Date 2015-03-03.02:38:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425350330.51.0.565087597964.issue23567@psf.upfronthosting.co.za>
In-reply-to
Content
I missed that because i was looking for it to be called out under 2.7 os.stat() docs rather than under 2.7's os.stat_float_times() which is a method nobody is likely to read the documentation for as floats have been the default since 2.5.

The 2.7 docs are much less organized around this than the 3.x.

Adding that note in the same paragraph on 2.7's os.stat() docs would be sufficient.

"For backward compatibility, the return value of stat() is also accessible as a tuple of at least 10 integers" implies it, but doesn't explicitly call out the integer [ST_XXX] vs float .st_xxx difference as adding that sentence does.
History
Date User Action Args
2015-03-03 02:38:50gregory.p.smithsetrecipients: + gregory.p.smith, vstinner
2015-03-03 02:38:50gregory.p.smithsetmessageid: <1425350330.51.0.565087597964.issue23567@psf.upfronthosting.co.za>
2015-03-03 02:38:50gregory.p.smithlinkissue23567 messages
2015-03-03 02:38:49gregory.p.smithcreate