summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorDong-hee Na <donghee.na92@gmail.com>2020-06-01 16:12:24 (GMT)
committerGitHub <noreply@github.com>2020-06-01 16:12:24 (GMT)
commite9684fac5a158be9806304a676e619857520a4dc (patch)
tree5ded4e26c2d7b12edca0ab0a7dc50a164d6f0240 /Misc
parentc8966667bbdb284c3780ef6cec8a3870935a6bb7 (diff)
downloadcpython-e9684fac5a158be9806304a676e619857520a4dc.zip
cpython-e9684fac5a158be9806304a676e619857520a4dc.tar.gz
cpython-e9684fac5a158be9806304a676e619857520a4dc.tar.bz2
bpo-1635741: Port fcntl module to multiphase initialization (GH-20540)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2020-05-30-23-23-35.bpo-1635741.0D-laM.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2020-05-30-23-23-35.bpo-1635741.0D-laM.rst b/Misc/NEWS.d/next/Core and Builtins/2020-05-30-23-23-35.bpo-1635741.0D-laM.rst
new file mode 100644
index 0000000..cd2bcb6
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2020-05-30-23-23-35.bpo-1635741.0D-laM.rst
@@ -0,0 +1 @@
+Port :mod:`fcntl` to multiphase initialization.