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 georg.brandl
Recipients Chris.Gerhard, anacrolix, benjamin.peterson, christian.heimes, daniel.urban, georg.brandl, loewis, pitrou, rosslagerwall
Date 2010-12-22.12:45:19
SpamBayes Score 2.942326e-07
Marked as misclassified No
Message-id <1293021923.23.0.293500306158.issue4761@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the update! Three more comments:

* the new constants doc should also get a versionadded

* faccessat should check for EBADF, EINVAL and ENOTDIR and raise an error if they are returned, since these are input errors 

  Or, alternately, a range of errnos should be whitelisted for both access and faccessat.

  However, this problem should be handled in a separate issue, I've opened #10758 for that.

* The octal modes in docstrings and docs should be specified in Python 3 octal syntax, e.g. 0o777.
History
Date User Action Args
2010-12-22 12:45:23georg.brandlsetrecipients: + georg.brandl, loewis, pitrou, christian.heimes, benjamin.peterson, daniel.urban, anacrolix, Chris.Gerhard, rosslagerwall
2010-12-22 12:45:23georg.brandlsetmessageid: <1293021923.23.0.293500306158.issue4761@psf.upfronthosting.co.za>
2010-12-22 12:45:20georg.brandllinkissue4761 messages
2010-12-22 12:45:19georg.brandlcreate