New submission from Ankur <[email protected]>:
Tested with following lines of code on windows 10:
import os.path
print(os.path.ismount("F:"))
The above statement returns true in python 3.7.4 and false in 2.7.14
Note that F: drive does not have any mount points.
Somehow, python 3.7.4 returns true for all drive letters except C:
----------
components: 2to3 (2.x to 3.x conversion tool)
messages: 357674
nosy: jainankur
priority: normal
severity: normal
status: open
title: os.module.ismount() returns true in python 3.7.4 and false in 2.7.14
versions: Python 3.7
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue38948>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com