Message1600

Author davidhandy
Recipients
Date 2007-05-15.20:28:04
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
A simpler way to describe the problem is that running Jython 2.2b2 with the -c option doesn't put an empty string (representing the current directory) in sys.path like it used to do.

C:\temp2>jython -c "import sys; print sys.path"
['C:\\home\\davhan\\tools\\jython2.2b2\\Lib', 'C:\\home\\davhan\\lib\\python', '
__classpath__', 'C:\\home\\davhan\\tools\\jython2.2b2']

C:\temp2>jython
Jython 2.2b2 on java1.4.2_05
Type "copyright", "credits" or "license" for more information.
>>> import sys; print sys.path
['', 'C:\\home\\davhan\\tools\\jython2.2b2\\Lib', 'C:\\home\\davhan\\lib\\python
', '__classpath__', 'C:\\home\\davhan\\tools\\jython2.2b2']
>>>
History
Date User Action Args
2008-02-20 17:17:49adminlinkissue1719528 messages
2008-02-20 17:17:49admincreate