Message2065

Author billiejoex
Recipients
Date 2008-01-25.20:33:36
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Another difference: os.path.isabs('\\') on cPython returns True while on Jython returns False.
I guess there are other differences like these.

Note: on Windows '\\' is an alias for the current drive letter. For example: if the current working directory is D:\Documents, os.path.realpath('\\') returns "D:\\" (which is obviously absolute).
History
Date User Action Args
2008-02-20 17:18:10adminlinkissue1879935 messages
2008-02-20 17:18:10admincreate