Message7473

Author pjenvey
Recipients pjenvey, wayju
Date 2012-10-08.23:39:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349739548.77.0.869958591574.issue1975@psf.upfronthosting.co.za>
In-reply-to
Content
This may be due to the lack of nt._isdir (it replaces the impl of isdir in ntpath if it exists)

Could you show us the result of this on CPython 2.7?

import genericpath; genericpath.isdir('\\\\localhost\\temp')
History
Date User Action Args
2012-10-08 23:39:08pjenveysetmessageid: <1349739548.77.0.869958591574.issue1975@psf.upfronthosting.co.za>
2012-10-08 23:39:08pjenveysetrecipients: + pjenvey, wayju
2012-10-08 23:39:08pjenveylinkissue1975 messages
2012-10-08 23:39:08pjenveycreate