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 ned.deily
Recipients ned.deily
Date 2014-06-27.06:11:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403849490.21.0.904136900242.issue21875@psf.upfronthosting.co.za>
In-reply-to
Content
The documentation for os.stat() still contains references to optional stat fields that were supported on Classic Mac OS systems but are no longer supported in Python on Mac OS X:

    On Mac OS systems, the following attributes may also be available:

    st_rsize
    st_creator
    st_type

The section should be removed.

Also, the documentation for os.name still refers to a "mac" operating system-dependent module which also no longer exists.
History
Date User Action Args
2014-06-27 06:11:30ned.deilysetrecipients: + ned.deily
2014-06-27 06:11:30ned.deilysetmessageid: <1403849490.21.0.904136900242.issue21875@psf.upfronthosting.co.za>
2014-06-27 06:11:30ned.deilylinkissue21875 messages
2014-06-27 06:11:29ned.deilycreate