Message1592

Author pekka.klarck
Recipients
Date 2007-05-19.13:40:04
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Unfortunately I don't have any idea how to implement this in Java/Jython. I submitted this because I noticed following at the top of javapath.py when I was writing patches to abspath and realpath bugs.

# Incompletely implemented:
# islink -- How?
# ismount -- How?
# splitdrive -- How?
# normcase -- How?

There already was a bug report for normcase [1] but I submitted also islink [2] and splitdrive [3]. I also created patches for all other than this one and Charlie has already committed most of them.

[1] http://jython.org/bugs/1648449
[2] http://jython.org/bugs/1717491
[3] http://jython.org/bugs/1717498

If there's no way to get this implemented I'd say simply documenting this is a good enough resolution. Not having ismount in Jython is not that big a problem especially because it doesn't work in Windows either.
History
Date User Action Args
2008-02-20 17:17:49adminlinkissue1717492 messages
2008-02-20 17:17:49admincreate