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.

Author jainankur
Recipients jainankur
Date 2019-12-01.10:40:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1575196854.18.0.0543230038393.issue38948@roundup.psfhosted.org>
In-reply-to
Content
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:
History
Date User Action Args
2019-12-01 10:40:54jainankursetrecipients: + jainankur
2019-12-01 10:40:54jainankursetmessageid: <1575196854.18.0.0543230038393.issue38948@roundup.psfhosted.org>
2019-12-01 10:40:54jainankurlinkissue38948 messages
2019-12-01 10:40:53jainankurcreate