[XML-SIG] [Bug #124736] 4Ods LiteralListOfObjects fails on python list operations

noreply@sourceforge.net noreply@sourceforge.net
Wed, 6 Dec 2000 09:41:35 -0800


Bug #124736, was updated on 2000-Dec-06 09:41
Here is a current snapshot of the bug.

Project: Python/XML
Category: 4Suite
Status: Open
Resolution: None
Bug Group: None
Priority: 5
Submitted by: AFayolle
Assigned to : Nobody
Summary: 4Ods LiteralListOfObjects fails on python list operations

Details: using DbDom, e is an Element:
>>> e.childNodes[:]
Traceback (innermost last):
  File "<stdin>", line 1, in ?
  File "/usr/lib/python1.5/site-packages/Ft/Ods/Collections/CollectionBase.py", line 120, in __getslice__
    rt._4ods_initialize(self._4ods_getContents()[i:j])
TypeError: not enough arguments; expected 3, got 2


For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=124736&group_id=6473