Message124501
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. |
|
Date |
User |
Action |
Args |
2010-12-22 12:45:23 | georg.brandl | set | recipients:
+ georg.brandl, loewis, pitrou, christian.heimes, benjamin.peterson, daniel.urban, anacrolix, Chris.Gerhard, rosslagerwall |
2010-12-22 12:45:23 | georg.brandl | set | messageid: <1293021923.23.0.293500306158.issue4761@psf.upfronthosting.co.za> |
2010-12-22 12:45:20 | georg.brandl | link | issue4761 messages |
2010-12-22 12:45:19 | georg.brandl | create | |
|