﻿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
4865	Python 2.3 incompatibility in contrib/localflavor/no/forms.py	daybreaker12@…	Adrian Holovaty	"I've found that the current revision 5684 is not installed well with the following error message:
{{{
byte-compiling /usr/lib/python2.3/site-packages/django/contrib/localflavor/no/forms.py to forms.pyc
  File ""/usr/lib/python2.3/site-packages/django/contrib/localflavor/no/forms.py"", line 69
    return sum((a * b) for (a, b) in zip(aval, bval))
                         ^
SyntaxError: invalid syntax
}}}
Source file : [source:django/trunk/django/contrib/localflavor/no/forms.py]

It seems that this is the same problem fixed in r5641."		closed	contrib.localflavor	dev		fixed	syntax python2.3 compatibility		Accepted	0	0	0	0	0	0
