summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2016-03-11 23:08:11 +0200
committerBerker Peksag <berker.peksag@gmail.com>2016-03-11 23:08:11 +0200
commitd0e9b6919f5764c20dfeae720b28e80652ddb00e (patch)
treecbf8f6e2cc4bd51b13f72ae33f334fae6d09c7fc /Misc
parenta55553d7e3f86d5f2475720823ec2ac7f944e3e6 (diff)
parent04d4229719055c9536da6d4b58033981ef86d0d2 (diff)
downloadcpython-git-d0e9b6919f5764c20dfeae720b28e80652ddb00e.tar.gz
Issue #20589: Invoking Path.owner() and Path.group() on Windows now raise
NotImplementedError instead of ImportError.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 542af60005..45d8f2e2b6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -201,6 +201,9 @@ Core and Builtins
Library
-------
+- Issue #20589: Invoking Path.owner() and Path.group() on Windows now raise
+ NotImplementedError instead of ImportError.
+
- Issue #26177: Fixed the keys() method for Canvas and Scrollbar widgets.
- Issue #21042: Make ctypes.util.find_library() return the full path on