Message1280

Author cgroves
Recipients
Date 2007-01-31.05:34:41
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I'm not sure the prefixing is actually a bug.  site.py probably wants to prefix these things so if the current directory changes, sys.path still works.  It's only weird because '.' is in the path by default which isn't the case in CPython and '__classpath__' is a Jython import hook not a real path.  I'm thinking dropping the . from the default path and special casing __classpath__ in site.py is the right way to go to make this seem a little less weird.
History
Date User Action Args
2008-02-20 17:17:35adminlinkissue1599012 messages
2008-02-20 17:17:35admincreate