Issue1743594

classification
Title: Patch for [1719528] jython -c "import package" fails
Type: Severity: normal
Components: None Versions:
Milestone:
process
Status: closed Resolution: rejected
Dependencies: Superseder:
Assigned To: Nosy List: cgroves, davidhandy
Priority: normal Keywords: patch

Created on 2007-06-26.14:40:14 by davidhandy, last changed 2007-07-07.23:40:08 by cgroves.

Files
File name Uploaded Description Edit Remove
jython.java.diff davidhandy, 2007-06-26.14:40:14 jython.java
Messages
msg2725 (view) Author: David R. Handy (davidhandy) Date: 2007-06-26.14:40:14
This fixes the Jython 2.2 problem where jython -c "(some code" doesn't result in sys.path containing the empty string, signifying the current directory. (And thus breaking all my program starter scripts that used to work!)
msg2726 (view) Author: Charlie Groves (cgroves) Date: 2007-07-07.23:40:08
Fixed in r3284.
History
Date User Action Args
2007-06-26 14:40:14davidhandycreate