Kaydet (Commit) dba3b5ce authored tarafından Georg Brandl's avatar Georg Brandl

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

3.3 whatsnew: Comment out the section about new POSIX *at functions etc.; has to be rewritten later.
üst 23919741
......@@ -1155,7 +1155,9 @@ os
terminal attached to a file descriptor.
(Contributed by Zbigniew Jędrzejewski-Szmek in :issue:`13609`.)
* "at" functions (:issue:`4761`):
.. XXX sort out this mess after beta1
* "at" functions (:issue:`4761`):
* :func:`~os.faccessat`
* :func:`~os.fchmodat`
......@@ -1173,7 +1175,7 @@ os
* :func:`~os.unlinkat`
* :func:`~os.utimensat`
* extended attributes (:issue:`12720`):
* extended attributes (:issue:`12720`):
* :func:`~os.fgetxattr`
* :func:`~os.flistxattr`
......@@ -1188,7 +1190,7 @@ os
* :func:`~os.removexattr`
* :func:`~os.setxattr`
* Scheduler functions (:issue:`12655`):
* Scheduler functions (:issue:`12655`):
* :func:`~os.sched_get_priority_max`
* :func:`~os.sched_get_priority_min`
......@@ -1201,7 +1203,7 @@ os
* :func:`~os.sched_setscheduler`
* :func:`~os.sched_yield`
* Add some extra posix functions to the os module (:issue:`10812`):
* Add some extra posix functions to the os module (:issue:`10812`):
* :func:`~os.fexecve`
* :func:`~os.futimens`
......@@ -1218,7 +1220,7 @@ os
* :func:`~os.waitid`
* :func:`~os.writev`
* Other new functions:
* Other new functions:
* :func:`~os.flistdir` (:issue:`10755`)
* :func:`~os.getgrouplist` (:issue:`9344`)
......@@ -1306,7 +1308,7 @@ shutil
* :func:`~shutil.rmtree` is now resistant to symlink attacks on platforms
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`.)
......
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