]> granicus.if.org Git - python/commit
bpo-30897: Add is_mount() to pathlib.Path (#2669)
authorCooper Lees <me@cooperlees.com>
Tue, 1 Aug 2017 22:35:45 +0000 (15:35 -0700)
committerŁukasz Langa <lukasz@langa.pl>
Tue, 1 Aug 2017 22:35:45 +0000 (15:35 -0700)
commit173ff4a58a6b337fe8a0eb44f211f33f278d3d5f
treeda9aeb8baec584bd775ae42c82c9d090f85a1884
parent9eef9e805e950eb6bc9ded8c99c5d6abf1d681de
bpo-30897: Add is_mount() to pathlib.Path (#2669)

* Add in is_mount() call to pathlib.Path similiar to os.path.ismount(path)
* Add tests for is_mount()
Lib/pathlib.py
Lib/test/test_pathlib.py