Issue 10882: add os.sendfile(). (patch provided by Ross Lagerwall)
diff --git a/Misc/NEWS b/Misc/NEWS
index 3ccf6aa..be3fe10 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -35,6 +35,8 @@
 Library
 -------
 
+- Issue 10882: Add os.sendfile function.
+
 - Issue #10868: Allow usage of the register method of an ABC as a class
   decorator.