diff options
author | David CARLIER <devnexen@gmail.com> | 2022-01-03 13:01:04 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-03 13:01:04 (GMT) |
commit | c960b191b8999a9455bb4b2c50dc224d06fee80c (patch) | |
tree | 5ce812dca3b2e7b19b8ddf62b9df22399f28bc1a /Misc/NEWS.d | |
parent | 549e62827262264cda30455e10e315602129da72 (diff) | |
download | cpython-c960b191b8999a9455bb4b2c50dc224d06fee80c.zip cpython-c960b191b8999a9455bb4b2c50dc224d06fee80c.tar.gz cpython-c960b191b8999a9455bb4b2c50dc224d06fee80c.tar.bz2 |
bpo-46222: posixmodule sendfile FreeBSD's constants updates. (GH-30327)
* posixodule sendfile FreeBSD's constants updates.
* 📜🤖 Added by blurb_it.
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2022-01-01-17-34-32.bpo-46222.s2fzZU.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-01-01-17-34-32.bpo-46222.s2fzZU.rst b/Misc/NEWS.d/next/Library/2022-01-01-17-34-32.bpo-46222.s2fzZU.rst new file mode 100644 index 0000000..1fe2879 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2022-01-01-17-34-32.bpo-46222.s2fzZU.rst @@ -0,0 +1 @@ +Adding ``SF_NOCACHE`` sendfile constant for FreeBSD for the posixmodule.
\ No newline at end of file |