Message1479

Author cgroves
Recipients
Date 2007-05-14.05:55:07
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
While I agree with hsk0's arguments for his patch in http://jython.org/bugs/1648449 in principle, the platform specific path modules depend on things existing in os.stat that Jython doesn't provide and javapath works around.  Using the Python specific modules would provide a better experience if they worked properly, but they won't until they have the same workarounds that javapath has.  Getting a more functional Java specific path module today is better than waiting for a completely functional platform specific path implementation to show up at some unknown point in the future.

That's the long way of saying the patch was applied in r3225.
History
Date User Action Args
2008-02-20 17:17:44adminlinkissue1661700 messages
2008-02-20 17:17:44admincreate