pyax team mailing list archive
-
pyax team
-
Mailing list archive
-
Message #00040
[Bug 319792] Re: clist has a bug that limits how a clist instance can be used.
Try this instead:
def __repr__(self):
return "clist(%s)" % (','.join([str(item) for item in self]))
This method fails whenever any items in a clist happens to be a clist
instance.
--
clist has a bug that limits how a clist instance can be used.
https://bugs.launchpad.net/bugs/319792
You received this bug notification because you are a member of pyax
Developers, which is the registrant for pyax.
References