Message2719

Author cgroves
Recipients
Date 2007-05-20.05:22:21
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
This doesn't quite work under windows.  _abspath returns paths on my C: drive starting with a lowercase c whereas _realpath returns paths starting with an uppercase c.  This means islink returns true for everything.  We could try to special-case this for Windows, but it might just be better to wait for hsk's platform specific path modules patch on jython-2.3.  ntpath.py returns false for everything for islink.
History
Date User Action Args
2008-02-20 17:18:43adminlinkissue1718450 messages
2008-02-20 17:18:43admincreate