Movatterモバイル変換


[0]ホーム

URL:


homepage

Issue30897

This issue trackerhas been migrated toGitHub, and is currentlyread-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title:Add a is_mount() to pathlib
Type:enhancementStage:resolved
Components:Library (Lib)Versions:Python 3.7
process
Status:closedResolution:fixed
Dependencies:Superseder:
Assigned To:Nosy List: cooperlees, lukasz.langa
Priority:normalKeywords:

Created on2017-07-11 02:35 bycooperlees, last changed2022-04-11 14:58 byadmin. This issue is nowclosed.

Pull Requests
URLStatusLinkedEdit
PR 2669mergedcooperlees,2017-07-11 16:27
PR 2980mergedlukasz.langa,2017-08-01 23:40
Messages (3)
msg298104 -(view)Author: Cooper Lees (cooperlees)*Date: 2017-07-11 02:35
It would be nice to have pathlib.Path objects to have a ismount() function to return a bool if it is a POSIX mount point, similar to `os.path.ismount(path)`
msg298110 -(view)Author: Cooper Lees (cooperlees)*Date: 2017-07-11 03:28
Mocked up a concept PR. Will try teach myself how to test + see if I need to add Windows support etc.https://github.com/cooperlees/cpython/commit/master
msg299639 -(view)Author: Łukasz Langa (lukasz.langa)*(Python committer)Date: 2017-08-01 22:35
New changeset173ff4a58a6b337fe8a0eb44f211f33f278d3d5f by Łukasz Langa (Cooper Lees) in branch 'master':bpo-30897: Add is_mount() to pathlib.Path (#2669)https://github.com/python/cpython/commit/173ff4a58a6b337fe8a0eb44f211f33f278d3d5f
History
DateUserActionArgs
2022-04-11 14:58:48adminsetgithub: 75080
2017-08-01 23:40:25lukasz.langasetpull_requests: +pull_request3022
2017-08-01 22:52:11cooperleessetstatus: open -> closed
resolution: fixed
stage: resolved
2017-08-01 22:35:50lukasz.langasetmessages: +msg299639
2017-07-11 17:13:23lukasz.langasetnosy: +lukasz.langa
2017-07-11 16:27:40cooperleessetpull_requests: +pull_request2735
2017-07-11 03:28:28cooperleessetmessages: +msg298110
2017-07-11 03:16:10cooperleessettitle: Add a ismount() to pathlib -> Add a is_mount() to pathlib
2017-07-11 02:35:10cooperleescreate
Supported byThe Python Software Foundation,
Powered byRoundup
Copyright © 1990-2022,Python Software Foundation
Legal Statements

[8]ページ先頭

©2009-2025 Movatter.jp