diff options
author | Dong-hee Na <donghee.na92@gmail.com> | 2020-06-01 16:12:24 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-01 16:12:24 (GMT) |
commit | e9684fac5a158be9806304a676e619857520a4dc (patch) | |
tree | 5ded4e26c2d7b12edca0ab0a7dc50a164d6f0240 /Misc | |
parent | c8966667bbdb284c3780ef6cec8a3870935a6bb7 (diff) | |
download | cpython-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.rst | 1 |
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. |