]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #20589: Invoking Path.owner() and Path.group() on Windows now raise
authorBerker Peksag <berker.peksag@gmail.com>
Fri, 11 Mar 2016 21:08:11 +0000 (23:08 +0200)
committerBerker Peksag <berker.peksag@gmail.com>
Fri, 11 Mar 2016 21:08:11 +0000 (23:08 +0200)
commitd0e9b6919f5764c20dfeae720b28e80652ddb00e
treecbf8f6e2cc4bd51b13f72ae33f334fae6d09c7fc
parenta55553d7e3f86d5f2475720823ec2ac7f944e3e6
parent04d4229719055c9536da6d4b58033981ef86d0d2
Issue #20589: Invoking Path.owner() and Path.group() on Windows now raise
NotImplementedError instead of ImportError.
Lib/test/test_pathlib.py
Misc/NEWS