summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2019-10-27-22-29-45.bpo-38602.7jvYFA.rst
blob: 9b8229b4a024c132fb4c5be020433d422274fa0c (plain)
1
2
3
Added constants :data:`~fcntl.F_OFD_GETLK`, :data:`~fcntl.F_OFD_SETLK`
and :data:`~fcntl.F_OFD_SETLKW` to the :mod:`fcntl` module.
Patch by Dong-hee Na.