Commit 7064764d authored by Georg Brandl's avatar Georg Brandl

3.3 whatsnew: Comment out the section about new POSIX *at functions etc.; has...

3.3 whatsnew: Comment out the section about new POSIX *at functions etc.; has to be rewritten later.
parent e2280d86
...@@ -1155,73 +1155,75 @@ os ...@@ -1155,73 +1155,75 @@ os
terminal attached to a file descriptor. terminal attached to a file descriptor.
(Contributed by Zbigniew Jędrzejewski-Szmek in :issue:`13609`.) (Contributed by Zbigniew Jędrzejewski-Szmek in :issue:`13609`.)
* "at" functions (:issue:`4761`): .. XXX sort out this mess after beta1
* :func:`~os.faccessat` * "at" functions (:issue:`4761`):
* :func:`~os.fchmodat`
* :func:`~os.fchownat` * :func:`~os.faccessat`
* :func:`~os.fstatat` * :func:`~os.fchmodat`
* :func:`~os.futimesat` * :func:`~os.fchownat`
* :func:`~os.linkat` * :func:`~os.fstatat`
* :func:`~os.mkdirat` * :func:`~os.futimesat`
* :func:`~os.mkfifoat` * :func:`~os.linkat`
* :func:`~os.mknodat` * :func:`~os.mkdirat`
* :func:`~os.openat` * :func:`~os.mkfifoat`
* :func:`~os.readlinkat` * :func:`~os.mknodat`
* :func:`~os.renameat` * :func:`~os.openat`
* :func:`~os.symlinkat` * :func:`~os.readlinkat`
* :func:`~os.unlinkat` * :func:`~os.renameat`
* :func:`~os.utimensat` * :func:`~os.symlinkat`
* :func:`~os.unlinkat`
* extended attributes (:issue:`12720`): * :func:`~os.utimensat`
* :func:`~os.fgetxattr` * extended attributes (:issue:`12720`):
* :func:`~os.flistxattr`
* :func:`~os.fremovexattr` * :func:`~os.fgetxattr`
* :func:`~os.fsetxattr` * :func:`~os.flistxattr`
* :func:`~os.getxattr` * :func:`~os.fremovexattr`
* :func:`~os.lgetxattr` * :func:`~os.fsetxattr`
* :func:`~os.listxattr` * :func:`~os.getxattr`
* :func:`~os.llistxattr` * :func:`~os.lgetxattr`
* :func:`~os.lremovexattr` * :func:`~os.listxattr`
* :func:`~os.lsetxattr` * :func:`~os.llistxattr`
* :func:`~os.removexattr` * :func:`~os.lremovexattr`
* :func:`~os.setxattr` * :func:`~os.lsetxattr`
* :func:`~os.removexattr`
* Scheduler functions (:issue:`12655`): * :func:`~os.setxattr`
* :func:`~os.sched_get_priority_max` * Scheduler functions (:issue:`12655`):
* :func:`~os.sched_get_priority_min`
* :func:`~os.sched_getaffinity` * :func:`~os.sched_get_priority_max`
* :func:`~os.sched_getparam` * :func:`~os.sched_get_priority_min`
* :func:`~os.sched_getscheduler` * :func:`~os.sched_getaffinity`
* :func:`~os.sched_rr_get_interval` * :func:`~os.sched_getparam`
* :func:`~os.sched_setaffinity` * :func:`~os.sched_getscheduler`
* :func:`~os.sched_setparam` * :func:`~os.sched_rr_get_interval`
* :func:`~os.sched_setscheduler` * :func:`~os.sched_setaffinity`
* :func:`~os.sched_yield` * :func:`~os.sched_setparam`
* :func:`~os.sched_setscheduler`
* Add some extra posix functions to the os module (:issue:`10812`): * :func:`~os.sched_yield`
* :func:`~os.fexecve` * Add some extra posix functions to the os module (:issue:`10812`):
* :func:`~os.futimens`
* :func:`~os.futimes` * :func:`~os.fexecve`
* :func:`~os.lockf` * :func:`~os.futimens`
* :func:`~os.lutimes` * :func:`~os.futimes`
* :func:`~os.posix_fadvise` * :func:`~os.lockf`
* :func:`~os.posix_fallocate` * :func:`~os.lutimes`
* :func:`~os.pread` * :func:`~os.posix_fadvise`
* :func:`~os.pwrite` * :func:`~os.posix_fallocate`
* :func:`~os.readv` * :func:`~os.pread`
* :func:`~os.sync` * :func:`~os.pwrite`
* :func:`~os.truncate` * :func:`~os.readv`
* :func:`~os.waitid` * :func:`~os.sync`
* :func:`~os.writev` * :func:`~os.truncate`
* :func:`~os.waitid`
* Other new functions: * :func:`~os.writev`
* :func:`~os.flistdir` (:issue:`10755`) * Other new functions:
* :func:`~os.getgrouplist` (:issue:`9344`)
* :func:`~os.flistdir` (:issue:`10755`)
* :func:`~os.getgrouplist` (:issue:`9344`)
pdb pdb
...@@ -1306,7 +1308,7 @@ shutil ...@@ -1306,7 +1308,7 @@ shutil
* :func:`~shutil.rmtree` is now resistant to symlink attacks on platforms * :func:`~shutil.rmtree` is now resistant to symlink attacks on platforms
which support the new ``dir_fd`` parameter in :func:`os.open` and which support the new ``dir_fd`` parameter in :func:`os.open` and
:func:`os.unlinkat`. (Contributed by Martin von Löwis and Hynek Schlawack :func:`os.unlink`. (Contributed by Martin von Löwis and Hynek Schlawack
in :issue:`4489`.) in :issue:`4489`.)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment