]> granicus.if.org Git - python/commit
Issue #20589: Invoking Path.owner() and Path.group() on Windows now raise
authorBerker Peksag <berker.peksag@gmail.com>
Fri, 11 Mar 2016 21:07:27 +0000 (23:07 +0200)
committerBerker Peksag <berker.peksag@gmail.com>
Fri, 11 Mar 2016 21:07:27 +0000 (23:07 +0200)
commit04d4229719055c9536da6d4b58033981ef86d0d2
tree647b46ed6b971e472bfdce1d1538b4685cced106
parentca0250a87805d7f1f52d04a9dffa0944b2f13278
Issue #20589: Invoking Path.owner() and Path.group() on Windows now raise
NotImplementedError instead of ImportError.
Lib/pathlib.py
Lib/test/test_pathlib.py
Misc/NEWS