From b123ad8030a4ad15c8dbb7cb3638caf625943878 Mon Sep 17 00:00:00 2001 From: Kumar Aditya Date: Thu, 9 Dec 2021 19:54:32 +0530 Subject: bpo-46016: Fix rest syntax of GH-29993 (GH-30006) --- Doc/whatsnew/3.11.rst | 2 +- Misc/NEWS.d/next/Library/2021-12-08-19-15-03.bpo-46016.s9PuyF.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst index 4a113cd..7a82866 100644 --- a/Doc/whatsnew/3.11.rst +++ b/Doc/whatsnew/3.11.rst @@ -332,7 +332,7 @@ unicodedata fcntl ----- -* On FreeBSD, the `F_DUP2FD` and `F_DUP2FD_CLOEXEC` flags respectively +* On FreeBSD, the :attr:`F_DUP2FD` and :attr:`F_DUP2FD_CLOEXEC` flags respectively are supported, the former equals to ``dup2`` usage while the latter set the ``FD_CLOEXEC`` flag in addition. diff --git a/Misc/NEWS.d/next/Library/2021-12-08-19-15-03.bpo-46016.s9PuyF.rst b/Misc/NEWS.d/next/Library/2021-12-08-19-15-03.bpo-46016.s9PuyF.rst index 7308c54..485bd86 100644 --- a/Misc/NEWS.d/next/Library/2021-12-08-19-15-03.bpo-46016.s9PuyF.rst +++ b/Misc/NEWS.d/next/Library/2021-12-08-19-15-03.bpo-46016.s9PuyF.rst @@ -1 +1 @@ -Adding `F_DUP2FD` and `F_DUP2FD_CLOEXEC` constants from FreeBSD into the fcntl module. +Adding :attr:`F_DUP2FD` and :attr:`F_DUP2FD_CLOEXEC` constants from FreeBSD into the fcntl module. -- cgit v0.12