﻿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
11443	smart_str can't encode a unicde string	spam@…	nobody	"I'm getting

encode() takes at most 2 arguments (3 given)

From line 95 of django/utils/encoding.py :

    elif isinstance(s, unicode):
        return s.encode(encoding, errors)

I think it should be

    elif isinstance(s, unicode):
        return s.encode(encoding)

I'm on python 2.5
"		closed	Uncategorized	1.0		worksforme			Unreviewed	0	0	0	0	0	0
