Commit af699297 authored by Ivan Tyagov's avatar Ivan Tyagov

Remove comment.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17924 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f41b96ee
......@@ -517,12 +517,6 @@ class ComplexQuery(QueryMixin):
Used in order to concatenate many queries
"""
def __init__(self, *args, **kw):
# XXX: python weirdness
# >>> def foo(a='a', *args):
# ... pass
# ...
# >>> foo('something', a='test')
# TypeError: foo() got multiple values for keyword argument 'a'
self.query_list = args
self.operator = kw.pop('operator', 'AND')
# XXX: What is that used for ?! It's utterly dangerous.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment