Feature request #935915: Add os.path.devnull.
diff --git a/Misc/NEWS b/Misc/NEWS
index a07d887..b7cf4b4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -328,6 +328,8 @@
 Library
 -------
 
+- os.path.devnull has been added for all supported platforms.
+
 - Fixed #877165: distutils now picks the right C++ compiler command
   on cygwin and mingw32.