Georg Brandl <ge...@python.org> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue4761>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to