summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorIllia Volochii <illia.volochii@gmail.com>2022-06-06 21:21:58 (GMT)
committerGitHub <noreply@github.com>2022-06-06 21:21:58 (GMT)
commitd1e2e0e1b2af10ddecc5a6a0f9f4ab19ee8a0036 (patch)
tree14f5085f9ea00d70298f51dd776deacbbf1635d4 /Misc
parent46fde1feb5fce0f8711ff8c0e1bab317b580d387 (diff)
downloadcpython-d1e2e0e1b2af10ddecc5a6a0f9f4ab19ee8a0036.zip
cpython-d1e2e0e1b2af10ddecc5a6a0f9f4ab19ee8a0036.tar.gz
cpython-d1e2e0e1b2af10ddecc5a6a0f9f4ab19ee8a0036.tar.bz2
gh-93475: Expose FICLONE and FICLONERANGE constants in fcntl (#93478)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2022-06-04-00-11-54.gh-issue-93475.vffFw1.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-06-04-00-11-54.gh-issue-93475.vffFw1.rst b/Misc/NEWS.d/next/Library/2022-06-04-00-11-54.gh-issue-93475.vffFw1.rst
new file mode 100644
index 0000000..efe7ff3
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2022-06-04-00-11-54.gh-issue-93475.vffFw1.rst
@@ -0,0 +1,2 @@
+Expose ``FICLONE`` and ``FICLONERANGE`` constants in :mod:`fcntl`. Patch by
+Illia Volochii.