Issue814960

classification
Title: full stop bug in jython interpreter
Type: Severity: normal
Components: Core Versions:
Milestone:
process
Status: closed Resolution: invalid
Dependencies: Superseder:
Assigned To: Nosy List: dragonkh, fwierzbicki
Priority: low Keywords:

Created on 2003-09-30.08:22:23 by dragonkh, last changed 2009-03-03.16:24:19 by fwierzbicki.

Messages
msg871 (view) Author: Kingsley Hendrickse (dragonkh) Date: 2003-09-30.08:22:23
the Marathon project uses Jython 
(http://marathonman.sourceforge.net)

We found a bug in the Jython interpreter that prevents
us from creating a directory with a dot in the name, i.e. 
R.2

The symptom was that Marathon was not displaying any 
directories containing tests: no directories under the 
script directory were visible. However scripts in that 
directory were.

A directory in my path was called "R2.3". Changing this 
to "R2_3" has fixed the problem. This was all on Win XP 
Professional.

msg4173 (view) Author: Frank Wierzbicki (fwierzbicki) Date: 2009-03-03.16:24:18
I am able to make and read directories with a dot on a local windows
machine.  If a more specific bug report can be made with a small code
sample that reproduces the problem we can re-open this.
History
Date User Action Args
2009-03-03 16:24:19fwierzbickisetstatus: open -> closed
resolution: invalid
messages: + msg4173
nosy: + fwierzbicki
2003-09-30 08:22:23dragonkhcreate