Opened 17 years ago

Closed 17 years ago

#4089 closed (invalid)

join filter throws TypeError exception not caught in filter function when arg not iterable

Reported by: rezzrovv <pspierce@…> Owned by: Adrian Holovaty
Component: Template system Version: dev
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Summary sums it up. If the variable being filtered on isn't iterable a TypeError is thrown and isn't caught and dealt w/ silently.

Attachments (1)

defaultfilters.py.diff (530 bytes ) - added by rezzrovv <pspierce@…> 17 years ago.

Download all attachments as: .zip

Change History (2)

by rezzrovv <pspierce@…>, 17 years ago

Attachment: defaultfilters.py.diff added

comment:1 by rezzrovv <pspierce@…>, 17 years ago

Resolution: invalid
Status: newclosed
Note: See TracTickets for help on using tickets.
Back to Top