[New-bugs-announce] [issue21875] Remove vestigial references to Classic Mac OS attributes in os.stat() and os.name docs

Ned Deily report at bugs.python.org
Fri Jun 27 08:11:30 CEST 2014


New submission from Ned Deily:

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.

----------
assignee: ned.deily
components: Documentation
keywords: easy
messages: 221676
nosy: ned.deily
priority: normal
severity: normal
stage: needs patch
status: open
title: Remove vestigial references to Classic Mac OS attributes in os.stat() and os.name docs
versions: Python 2.7, Python 3.4, Python 3.5

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


More information about the New-bugs-announce mailing list