Ross Lagerwall <rosslagerw...@gmail.com> added the comment:

Attached is a patch that adds:
faccessat, fchmodat, fchownat, fstatat, futimesat, linkat, mkdirat, mknodat, 
openat, readlinkat, renameat, symlinkat, unlinkat, utimensat and mkfifoat.

Each function has documentation and a unit test and is conditionally included 
only if the functions exist using autoconf testing. Most of the code for the 
functions and unit tests was taken from the corresponding non-at versions.

Tested on Linux 2.6.35 and FreeBSD 8.1 (although FreeBSD 8.1 does not have 
utimensat).

This should then allow a patch for #4489 to be created.

----------
keywords: +patch
nosy: +rosslagerwall
Added file: http://bugs.python.org/file20130/i4761.patch

_______________________________________
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