Closed GoogleCodeExporter closed 9 years ago
This is probably caused by http://bugs.jython.org/issue1592
Original comment by pekka.klarck
on 11 Apr 2010 at 10:07
Changes in r2914 fixed this partly but made running a directory containing
non-ASCII
files impossible. Apparently os.listdir also returns content in different
format on
Jython than on Python...
Original comment by pekka.klarck
on 12 Apr 2010 at 12:09
1) The root cause for the new problems is http://bugs.jython.org/issue1593.
2) I updated tests in r2917 so that they catch the old problem.
Original comment by pekka.klarck
on 12 Apr 2010 at 7:39
Added workaround for os.listdir bug on r2937. The updated tests pass so this is
done.
Original comment by pekka.klarck
on 12 Apr 2010 at 3:22
This issue is included in RF 2.5 alpha 1.
Original comment by jussi.ao...@gmail.com
on 6 May 2010 at 1:35
Original issue reported on code.google.com by
pekka.klarck
on 11 Apr 2010 at 1:37