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.

作者 georg.brandl
收信人 Chris.Gerhard, anacrolix, benjamin.peterson, christian.heimes, daniel.urban, georg.brandl, loewis, pitrou, rosslagerwall
日期 2010-12-22.12:45:19
SpamBayes Score 2.942326e-07
Marked as misclassified
Message-id <1293021923.23.0.293500306158.issue4761@psf.upfronthosting.co.za>
In-reply-to
内容
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.
历史
日期 用户 动作 参数
2010-12-22 12:45:23georg.brandl修改recipients: + georg.brandl, loewis, pitrou, christian.heimes, benjamin.peterson, daniel.urban, anacrolix, Chris.Gerhard, rosslagerwall
2010-12-22 12:45:23georg.brandl修改messageid: <1293021923.23.0.293500306158.issue4761@psf.upfronthosting.co.za>
2010-12-22 12:45:20georg.brandl链接issue4761 messages
2010-12-22 12:45:19georg.brandl创建