diff options
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |