This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: macpath.py missing ismount splitunc
Type: Stage:
Components: macOS Versions: Python 2.2
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: jackjansen Nosy List: jackjansen, nnorwitz
Priority: normal Keywords:

Created on 2003-01-03 18:15 by nnorwitz, last changed 2022-04-10 16:06 by admin. This issue is now closed.

Messages (2)
msg13860 - (view) Author: Neal Norwitz (nnorwitz) * (Python committer) Date: 2003-01-03 18:15
Jack, I noticed that macpath is missing an ismount()
function and reference in __all__.  I'm not sure it can
be implemented.  ismount() exists in all 3 other *path
files:  Lib/ntpath.py  Lib/os2emxpath.py  Lib/posixpath.py.

splitunc() is also missing, but it is also missing from
posixpath.  I'm not sure if it's appropriate or not.
msg13861 - (view) Author: Jack Jansen (jackjansen) * (Python committer) Date: 2003-01-15 22:48
Logged In: YES 
user_id=45365

Fixed in macpath.py rev 1.44
History
Date User Action Args
2022-04-10 16:06:06adminsetgithub: 37708
2003-01-03 18:15:02nnorwitzcreate