New submission from Benjamin Peterson <benja...@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@python
components: Documentation
keywords: easy
messages: 141820
nosy: benjamin.peterson, docs@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue12716>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to