summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a07d887..b7cf4b4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -328,6 +328,8 @@ Extension modules
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.