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 benjamin.peterson
Recipients benjamin.peterson, docs@python
Date 2011-08-09.14:41:44
SpamBayes Score 2.4293015e-05
Marked as misclassified No
Message-id <1312900904.97.0.581848486096.issue12716@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-08-09 14:41:45benjamin.petersonsetrecipients: + benjamin.peterson, docs@python
2011-08-09 14:41:44benjamin.petersonsetmessageid: <1312900904.97.0.581848486096.issue12716@psf.upfronthosting.co.za>
2011-08-09 14:41:44benjamin.petersonlinkissue12716 messages
2011-08-09 14:41:44benjamin.petersoncreate