summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorDavid CARLIER <devnexen@gmail.com>2021-02-18 15:26:20 (GMT)
committerGitHub <noreply@github.com>2021-02-18 15:26:20 (GMT)
commit7be00ee64a2ced73c00ec855c7265e2ba795213d (patch)
tree541f872b3d33a7eba61357cb5c24acaf4bc950c2 /Misc
parenta3c3ffa68e6fc4524b1149a6a14d56c3a2e9b612 (diff)
downloadcpython-7be00ee64a2ced73c00ec855c7265e2ba795213d.zip
cpython-7be00ee64a2ced73c00ec855c7265e2ba795213d.tar.gz
cpython-7be00ee64a2ced73c00ec855c7265e2ba795213d.tar.bz2
bpo-42960: Add resource.RLIMIT_KQUEUES constant from FreeBSD (GH-24251)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2021-01-18-21-07-20.bpo-42960.a7Dote.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-01-18-21-07-20.bpo-42960.a7Dote.rst b/Misc/NEWS.d/next/Library/2021-01-18-21-07-20.bpo-42960.a7Dote.rst
new file mode 100644
index 0000000..58c1bcc
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2021-01-18-21-07-20.bpo-42960.a7Dote.rst
@@ -0,0 +1 @@
+Adds :data:`resource.RLIMIT_KQUEUES` constant from FreeBSD to the :mod:`resource` module.