Message1629

Author pekka.klarck
Recipients
Date 2007-07-24.23:05:23
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
This problem can be pretty nasty because when it occurs it can be really hard to debug. At least it was for me...

Luckily the fix for this problem is trivial -- changing testing against types.StringType to types.StringTypes in javashell.py. I've created and attached a patch including the fix and two new unit tests to test_javashell.py.
File Added: os_popen.patch
History
Date User Action Args
2008-02-20 17:17:50adminlinkissue1735774 messages
2008-02-20 17:17:50admincreate