[New-bugs-announce] [issue12716] Reorganize os docs for files/dirs/fds

Benjamin Peterson report at bugs.python.org
Tue Aug 9 16:41:44 CEST 2011


New submission from Benjamin Peterson <benjamin at python.org>:

Right now many of the os function docs are split up into "Files and directories" and "file descriptor operations". This means, for example, that fchmod() and fchmodat() are in a different section than chmod(). It would make more sense to organize the docs such that functions that do the same thing are right next to each other.

----------
assignee: docs at python
components: Documentation
keywords: easy
messages: 141820
nosy: benjamin.peterson, docs at python
priority: low
severity: normal
status: open
title: Reorganize os docs for files/dirs/fds
versions: Python 2.7, Python 3.2, Python 3.3

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


More information about the New-bugs-announce mailing list