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 <rep...@bugs.python.org>
<http://bugs.python.org/issue21875>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to