[issue12716] Reorganize os docs for files/dirs/fds

2013-06-29 Thread A.M. Kuchling
A.M. Kuchling added the comment: Closing this issue after a week. Mike Hoy: thanks for your patch. -- resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker _

[issue12716] Reorganize os docs for files/dirs/fds

2013-06-21 Thread A.M. Kuchling
A.M. Kuchling added the comment: I didn't see any other constants that aren't close to the function they're used with. Can this issue be closed, or are there other changes to make? -- ___ Python tracker _

[issue12716] Reorganize os docs for files/dirs/fds

2013-06-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset 88edac3bc2fc by Andrew Kuchling in branch 'default': #12716: reorganize docs for os module a bit http://hg.python.org/cpython/rev/88edac3bc2fc -- nosy: +python-dev ___ Python tracker

[issue12716] Reorganize os docs for files/dirs/fds

2013-06-21 Thread A.M. Kuchling
A.M. Kuchling added the comment: Mike Hoy: a later patch (http://bugs.python.org/issue14626) changed the API in the os module so that the wrappers for *at() functions went away; fchmod() now takes several different forms of argument and calls the correct function under the hood. -- no

[issue12716] Reorganize os docs for files/dirs/fds

2012-08-22 Thread Mike Hoy
Mike Hoy added the comment: I was attempting to create a patch for this but all I have is moving fchmod() below chmod(). I was unable to find fchmodat() in os.rst. And I need further clarification on >>Also, symbolic constants should be close to the functions they are used >>in. >>For exampl

[issue12716] Reorganize os docs for files/dirs/fds

2012-07-02 Thread Axel Wegen
Changes by Axel Wegen : -- nosy: +Axel.Wegen ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python

[issue12716] Reorganize os docs for files/dirs/fds

2012-05-28 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- nosy: +storchaka ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.p

[issue12716] Reorganize os docs for files/dirs/fds

2011-08-12 Thread Éric Araujo
Éric Araujo added the comment: +1 -- nosy: +eric.araujo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http:/

[issue12716] Reorganize os docs for files/dirs/fds

2011-08-09 Thread Benjamin Peterson
Benjamin Peterson added the comment: Also, symbolic constants should be close to the functions they are used in. For example, open() flags shouldn't be in their own section. -- ___ Python tracker

[issue12716] Reorganize os docs for files/dirs/fds

2011-08-09 Thread Benjamin Peterson
New submission from Benjamin Peterson : 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 doc