﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
28860	Reduce calls to len()	Дилян Палаузов	nobody	"{{{if len(x)}}} is the same as {{{if x}}} except when {{{len()}}} is supposed to throw exception when {{{x}}} is not iterable.

{{{len(x)}}} can return either zero or a positive integer, hence {{{if len(x) < 1}}} is the same as {{{if len(x) == 0}}} <=> {{{if not x}}}.
"	Cleanup/optimization	closed	Core (Other)	dev	Normal	fixed			Ready for checkin	1	0	0	0	0	0
