Issue1931

classification
Title: Check that there are exactly 2 filter args
Type: Severity: normal
Components: Versions:
Milestone:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: fwierzbicki Nosy List: fwierzbicki, int3
Priority: normal Keywords:

Created on 2012-06-19.07:36:34 by int3, last changed 2012-06-21.18:17:22 by fwierzbicki.

Files
File name Uploaded Description Edit Remove
filter-args int3, 2012-06-19.07:36:34
Messages
msg7248 (view) Author: Jez Ng (int3) Date: 2012-06-19.07:36:34
Check that there are exactly 2 arguments to ifilter / ifilterfalse (throw a TypeError if we have more or less than that).
History
Date User Action Args
2012-06-21 18:17:22fwierzbickisetstatus: open -> closed
priority: normal
resolution: fixed
nosy: + fwierzbicki
assignee: fwierzbicki
2012-06-19 07:36:35int3create