﻿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
25825	Template Origin is missing an __ne__ implementation	Jaap Roes	nobody	"On Python 2.7 a template Origin can be both equal and not equal at the same time due to a missing __ne__ implementation.

{{{
>>> a = self.engine.get_template('index.html')
>>> b = self.engine.get_template('index.html')
>>> a.origin == b.origin
True
>>> a.origin != b.origin
True
}}}
"	Bug	new	Uncategorized	dev	Normal				Unreviewed	1	0	0	0	0	0
