Message847

Author cupdike
Recipients
Date 2003-05-16.21:14:42
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Bug:  Jython only forwards slice objects to __getitem__ 
when __getattr__('__getslice__') raises an AttributeError, 
which is different than Python.  Python forwards a slice 
object to __getitem__ when __getattr__('__getslice__') 
raises ANY error.

Jython needs to forward a slice object to __getitem__ 
whenever __getattr__('__getslice__') raises an error to 
be compatible.

Details with Code are attached...
History
Date User Action Args
2008-02-20 17:17:15adminlinkissue738951 messages
2008-02-20 17:17:15admincreate