This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author scoder
Recipients Peter.Harris, docs@python, eli.bendersky, scoder
Date 2013-10-30.16:41:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1383151273.46.0.340129636995.issue19452@psf.upfronthosting.co.za>
In-reply-to
Content
How about actually allowing a list in addition to a tuple? And, in fact, any sequence? I can't see a reason not to.

For reference, lxml only expects it to be either None or an iterable. Essentially, I consider it more of a set-like filter, since the linear aspect of a tuple/list/sequence has no meaning for it.
History
Date User Action Args
2013-10-30 16:41:13scodersetrecipients: + scoder, eli.bendersky, docs@python, Peter.Harris
2013-10-30 16:41:13scodersetmessageid: <1383151273.46.0.340129636995.issue19452@psf.upfronthosting.co.za>
2013-10-30 16:41:13scoderlinkissue19452 messages
2013-10-30 16:41:13scodercreate