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 mikehoy
Recipients Axel.Wegen, benjamin.peterson, docs@python, eric.araujo, mikehoy, serhiy.storchaka
Date 2012-08-22.11:50:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1345636222.94.0.832460357959.issue12716@psf.upfronthosting.co.za>
In-reply-to
Content
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 example, open() flags shouldn't be in their own section.
History
Date User Action Args
2012-08-22 11:50:23mikehoysetrecipients: + mikehoy, benjamin.peterson, eric.araujo, docs@python, serhiy.storchaka, Axel.Wegen
2012-08-22 11:50:22mikehoysetmessageid: <1345636222.94.0.832460357959.issue12716@psf.upfronthosting.co.za>
2012-08-22 11:50:22mikehoylinkissue12716 messages
2012-08-22 11:50:21mikehoycreate