Issue516797

classification
Title: Array Out Of Bounds Exception
Type: Severity: normal
Components: Library Versions:
Milestone:
process
Status: closed Resolution: works for me
Dependencies: Superseder:
Assigned To: Nosy List: kevinbutler
Priority: normal Keywords:

Created on 2002-02-13.05:23:46 by anonymous, last changed 2003-10-24.01:26:08 by kevinbutler.

Messages
msg573 (view) Author: Nobody/Anonymous (nobody) Date: 2002-02-13.05:23:46
When I import anydbm in Jython 2.1 I get an Array Out 
of Bounds Exception.  However for jython 2.1a3 the 
module works properly.
msg574 (view) Author: Kevin J. Butler (kevinbutler) Date: 2003-10-24.01:26:08
Logged In: YES 
user_id=117665

Jython 2.1 on java1.4.0_01-ea (JIT: null)
Type "copyright", "credits" or "license" for more information.
>>> import anydbm
>>>

Works on both 2K and Linux.

Don't know if this is a "Fixed" or "Works for me".
History
Date User Action Args
2002-02-13 05:23:46anonymouscreate